Updated to 3.4.0
Search Criteria
Package Details: ddd 3.4.0-12
Package Actions
Git Clone URL: | https://aur.archlinux.org/ddd.git (read-only, click to copy) |
---|---|
Package Base: | ddd |
Description: | A graphical front-end for command-line debuggers such as GDB, JDB, pydb, perl debugger... |
Upstream URL: | http://www.gnu.org/software/ddd/ |
Keywords: | debugging gdb |
Licenses: | GPL3, LGPL3 |
Submitter: | arojas |
Maintainer: | morpheusthewhite |
Last Packager: | morpheusthewhite |
Votes: | 20 |
Popularity: | 0.74 |
First Submitted: | 2017-11-23 07:10 (UTC) |
Last Updated: | 2023-05-13 07:17 (UTC) |
Dependencies (7)
- gcc-libs (gccrs-libs-git, gcc-libs-git, gcc11-libs)
- libxaw
- openmotif
- gdb (gdb-git, gdb-debug-git) (optional) – to use the Gnu debugger
- java-runtime-openjdk (jdk12-openj9-bin, zulu-12-bin, jdk13-openj9-bin, jdk9-openj9-bin, jdk11-openjdk-dcevm, jdk10-openj9-bin, jdk14-openj9-bin, zulu-14-bin, jdk11-openjdk-dcevm-conflicts-fixed, sapmachine-jdk-bin, jre8-openjdk-shenandoah, zulu-16-bin, jdk16-adoptopenjdk, jdk16-microsoft-openjdk, jdk11-msopenjdk-bin, jdk18-beta-temurin, liberica-jdk-11-bin, liberica-jdk-11-lite-bin, liberica-jre-11-bin, java-openjdk-loom-ea-bin, jdk-jetbrains, jre12-openjdk, jre16-openjdk, jre13-openjdk, jre14-openjdk, zulu-18-bin, zulu-13-bin, jdk11-openj9-bin, jdk-openj9-bin, zulu-15-bin, jre18-openjdk, jdk-android-studio, zulu-19-bin, liberica-jre-11-full-bin, jdk11-dragonwell-extended-bin, jdk11-dragonwell-standard-bin, jdk13-openjdk-bin, zulu-jre-fx-bin, jre-openjdk-xdg-bin, jdk11-jetbrains-bin, jre8-openjdk-xdg, jre17-openjdk-xdg, jre15-openjdk, jdk17-jetbrains-bin, zulu-11-bin, zulu-20-bin, zulu-17-bin, zulu-8-bin, jdk17-openj9-bin, jdk17-temurin, jdk11-temurin, jdk-temurin, zulu-jdk-fx-bin, java-openjdk-bin, jre-openjdk-xdg, liberica-jdk-8-full-bin, liberica-jre-8-full-bin, liberica-jdk-17-full-bin, liberica-jdk-11-full-bin, liberica-jdk-full-bin, jdk18-temurin, jre19-openjdk, jdk-microsoft-openjdk, jdk11-microsoft-openjdk, jre-jetbrains, jdk17-dragonwell-standard-bin, jdk8-dragonwell-standard-bin, jdk8-dragonwell-extended-bin, java-openjdk-ea-bin, jre8-adoptopenjdk, jre-openjdk, jre11-openjdk, jre17-openjdk, jre8-openjdk) (optional) – to use the Java debugger
- perl (perl-git) (optional) – to use the Perl debugger
- pydb (optional) – to use the Python debugger
Required by (0)
Sources (1)
morpheusthewhite commented on 2023-05-13 07:19 (UTC)
morpheusthewhite commented on 2021-10-14 09:53 (UTC)
@Azrael then you need to import it
Azrael commented on 2021-10-04 16:37 (UTC)
I currently have a FAILED (unknown public key... )
error. Is there a PGP key to import prior to the installation ?
DrLarck commented on 2021-03-27 12:00 (UTC)
@codazoa I had the same problem.
After running ddd using the terminal ($ ddd
) I had multiple warning messages saying something like : "Cannot convert string "...." to type FontStruct"
After a couple of research and spending hours to find a fix, I've finally found this : "Some programs only work with bitmap fonts. Two major packages with bitmap fonts are available, xorg-fonts-75dpi and xorg-fonts-100dpi." (From the AUR : https://wiki.archlinux.org/index.php/xorg)
So basically, you need to run this command :
$ xdpyinfo | grep resolution
And get the xorg-fonts-XXdpi (with XX = 75 or 100) that is closer to the output value of the command above.
You can install a xorg-fonts package using pacman :
$ sudo pacman -S xorg-fonts-100dpi
Once you've done that, run :
$ sudo pacman -S gdb
Then reboot and everything should work.
codazoa commented on 2021-03-19 18:38 (UTC)
https://imgur.com/a/FKMIpFI After a fresh install of manjaro with GNOME DE, DDD's language is set to something other than english. Locale is set to en_US.utf8 and the only language support installed is english. Not sure if this is a bug in the most recent version but it worked in manjaro KDE just 2 weeks ago.
TheDcoder commented on 2021-02-03 19:20 (UTC)
The fonts in DDD are somehow using the wrong configuration for me, they look bad in general. I made a forum thread about it and I'd appreciate any help!
CyrIng commented on 2020-04-18 19:59 (UTC)
It works great, thank you
morpheusthewhite commented on 2020-04-09 09:53 (UTC)
DuckSoft commented on 2020-02-26 10:52
is this package still maintained?
Yes, I just adopted and patched it, solving the friends compilation error
DuckSoft commented on 2020-02-26 09:52 (UTC)
is this package still maintained?
g99 commented on 2019-12-05 19:31 (UTC) (edited on 2019-12-05 19:32 (UTC) by g99)
confirm: https://github.com/Programatic/ddd works like a charm in open Motif while the AUR package does not build.
Pinned Comments
DrLarck commented on 2021-03-27 12:00 (UTC)
@codazoa I had the same problem.
After running ddd using the terminal (
$ ddd
) I had multiple warning messages saying something like : "Cannot convert string "...." to type FontStruct"After a couple of research and spending hours to find a fix, I've finally found this : "Some programs only work with bitmap fonts. Two major packages with bitmap fonts are available, xorg-fonts-75dpi and xorg-fonts-100dpi." (From the AUR : https://wiki.archlinux.org/index.php/xorg)
So basically, you need to run this command :
And get the xorg-fonts-XXdpi (with XX = 75 or 100) that is closer to the output value of the command above.
You can install a xorg-fonts package using pacman :
Once you've done that, run :
Then reboot and everything should work.