Difference between revisions of "Ddd"

From Free Software Directory
Jump to: navigation, search
(added standard links)
m (Text replacement - "'''Selection from the [https://shop.fsf.org/ FSF shop]''' [https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman] [https://shop.fsf.org/books-docs/introduction-command-line Introdu...)
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=GNU DDD
 
|Name=GNU DDD
|Short description=Graphical front end for command line debuggers
+
|Short description=Graphical front end for command line debuggers.
 
|Full description='''GNU DDD''', the Data Display Debugger, is a graphical front-end for command-line debuggers. Many back-end debuggers are supported, notably the GNU debugger, [[GDB]]. In addition to usual debugging features such as viewing the source files, DDD has additional graphical, interactive features to aid in debugging.
 
|Full description='''GNU DDD''', the Data Display Debugger, is a graphical front-end for command-line debuggers. Many back-end debuggers are supported, notably the GNU debugger, [[GDB]]. In addition to usual debugging features such as viewing the source files, DDD has additional graphical, interactive features to aid in debugging.
 
|Homepage URL=https://www.gnu.org/software/ddd/
 
|Homepage URL=https://www.gnu.org/software/ddd/
Line 7: Line 7:
 
|VCS checkout command=svn co svn://svn.savannah.gnu.org/ddd
 
|VCS checkout command=svn co svn://svn.savannah.gnu.org/ddd
 
|Documentation note=https://www.gnu.org/software/ddd/manual/
 
|Documentation note=https://www.gnu.org/software/ddd/manual/
 +
 +
 
|Decommissioned or Obsolete=No
 
|Decommissioned or Obsolete=No
 
|Donate=https://my.fsf.org/donate/
 
|Donate=https://my.fsf.org/donate/
|Related projects=gwyple,Gdb, emacs
+
|Related projects=gnustandards,gwyple,Gdb, emacs
 
|Keywords=debugging,gdb
 
|Keywords=debugging,gdb
 
|Version identifier=3.3.12
 
|Version identifier=3.3.12
Line 16: Line 18:
 
|Version download=https://ftp.gnu.org/gnu/ddd/ddd-3.3.12.tar.gz
 
|Version download=https://ftp.gnu.org/gnu/ddd/ddd-3.3.12.tar.gz
 
|Last review by=Bendikker
 
|Last review by=Bendikker
|Last review date=2018/11/14
+
|Last review date=2019/01/23
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
|Submitted date=2011/04/12
+
|Submitted date=2011/04/01
 
|User level=none
 
|User level=none
 
|Paid support=https://www.fsf.org/resources/service/
 
|Paid support=https://www.fsf.org/resources/service/
 
|Accepts cryptocurrency donations=Yes
 
|Accepts cryptocurrency donations=Yes
 +
|OpenPGP signature=https://ftp.gnu.org/gnu/ddd/ddd-3.3.12.tar.gz.sig
 
|Test entry=No
 
|Test entry=No
 
|Is GNU=Yes
 
|Is GNU=Yes
Line 40: Line 43:
 
|Role=Maintainer
 
|Role=Maintainer
 
|Email=shaunak@gnu.org
 
|Email=shaunak@gnu.org
}}
 
{{Resource
 
|Resource audience=Python (Ref)
 
|Resource URL=https://pypi.org/project/ddd
 
}}
 
{{Resource
 
|Resource audience=Ruby (Ref)
 
|Resource URL=https://rubygems.org/gems/ddd
 
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 55: Line 50:
 
{{Resource
 
{{Resource
 
|Resource audience=Savannah (Ref)
 
|Resource audience=Savannah (Ref)
|Resource URL=https://savannah.gnu.org/projects/ddd
+
|Resource URL=https://savannah.gnu.org/projects/ddd/
 +
}}
 +
{{Resource
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://web.cvs.savannah.gnu.org/viewvc/ddd/
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 63: Line 62:
 
{{Resource
 
{{Resource
 
|Resource kind=Mailing List
 
|Resource kind=Mailing List
|Resource URL=https://lists.gnu.org/mailman/listinfo/ddd
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/ddd/
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 71: Line 70:
 
{{Resource
 
{{Resource
 
|Resource kind=Mailing List
 
|Resource kind=Mailing List
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-ddd
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-ddd/
 +
}}
 +
{{Resource
 +
|Resource kind=Download
 +
|Resource URL=https://alpha.gnu.org/gnu/ddd/
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource kind=Download
 
|Resource kind=Download
|Resource URL=https://ftp.gnu.org/gnu/ddd
+
|Resource URL=https://ftp.gnu.org/gnu/ddd/
 +
}}
 +
{{Resource
 +
|Resource kind=General
 +
|Resource URL=https://savannah.gnu.org/people/
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Interface=x-window-system
 
|Interface=x-window-system
 
|Programming-language=C++
 
|Programming-language=C++
 +
|Runs-on=GNU/Linux
 
|Software-development=debugging
 
|Software-development=debugging
 
|Use=software-development
 
|Use=software-development
Line 85: Line 93:
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Required to use
 
|Prerequisite kind=Required to use
|Prerequisite description=GNU debugger GDB version 4.16 or later (or another command line debugger)
+
|Prerequisite description=GNU debugger [[GDB]] version 4.16 or later (or another command line debugger)
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Required to build
 
|Prerequisite kind=Required to build
|Prerequisite description=GNU compiler collection version 2.7.2 or higher (or another C++ compiler); LessTif user interface toolkit version 0.89 or higher (or another Motif-compatible user interface toolkit)
+
|Prerequisite description=[[gcc | GNU compiler collection]] version 2.7.2 or higher (or another C++ compiler); LessTif user interface toolkit version 0.89 or higher (or another Motif-compatible user interface toolkit)
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Weak prerequisite
 
|Prerequisite kind=Weak prerequisite
|Prerequisite description=Gnuplot
+
|Prerequisite description=[[Gnuplot]]
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Weak prerequisite
 
|Prerequisite kind=Weak prerequisite
|Prerequisite description=Athena Widget set
+
|Prerequisite description=[[Athena Widget]] set
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Weak prerequisite
 
|Prerequisite kind=Weak prerequisite
|Prerequisite description=XPM lib
+
|Prerequisite description=[[XPM lib]]
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Revision as of 15:05, 4 December 2020


[edit]

GNU DDD

https://www.gnu.org/software/ddd/
Graphical front end for command line debuggers.

GNU DDD, the Data Display Debugger, is a graphical front-end for command-line debuggers. Many back-end debuggers are supported, notably the GNU debugger, GDB. In addition to usual debugging features such as viewing the source files, DDD has additional graphical, interactive features to aid in debugging.





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

29 June 2023




Leaders and contributors

Contact(s)Role
Stefan Eickler Current maintainer
Michael Eager Current maintainer


Resources and communication

AudienceResource typeURI
Downloadhttps://ftp.gnu.org/gnu/ddd/
SavannahVCS Repository Webviewhttps://svn.savannah.gnu.org/viewvc/ddd/
WikidataGeneralhttps://www.wikidata.org/wiki/Q1172206
Downloadhttps://ftpmirror.gnu.org/ddd/
SavannahDeveloperhttps://savannah.gnu.org/projects/ddd/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/bug-ddd/
Downloadhttps://alpha.gnu.org/gnu/ddd/
DebianDeveloperhttps://tracker.debian.org/pkg/ddd
Mailing Listhttps://lists.gnu.org/mailman/listinfo/ddd/


Software prerequisites

KindDescription
Weak prerequisiteGnuplot
Weak prerequisiteAthena Widget set
Required to useGNU debugger GDB version 4.16 or later (or another command line debugger)
Weak prerequisiteXPM lib
Required to build GNU compiler collection version 2.7.2 or higher (or another C++ compiler); LessTif user interface toolkit version 0.89 or higher (or another Motif-compatible user interface toolkit)

This entry (in part or in whole) was last reviewed on 29 June 2023.




Entry










"Debian (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.

































Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.