Software:Data Display Debugger

From HandWiki
Data Display Debugger
DDD 3.3.11 Screenshot.png
Developer(s)GNU project
Stable release
3.4.0 / May 10, 2023; 9 months ago (2023-05-10)[1]
Operating systemLinux, FreeBSD, NetBSD, OpenBSD, Tru64, UNIX
Typegraphical front-end
LicenseGNU GPL
Websitewww.gnu.org/software/ddd/

Data Display Debugger (GNU DDD) is a graphical user interface (using the Motif toolkit) for command-line debuggers such as GDB,[2] DBX, JDB, HP Wildebeest Debugger,[note 1] XDB, the Perl debugger, the Bash debugger, the Python debugger, and the GNU Make debugger.[4] DDD is part of the GNU Project and distributed as free software under the GNU General Public License.

Technical details

DDD has GUI front-end features such as viewing source texts and its interactive graphical data display, where data structures are displayed as graphs.

DDD is used primarily on Unix systems, and its usefulness is complemented by many open source plug-ins available for it.

Notes & references

References

  1. Eager, Michael (May 10, 2023). "DDD-3.4.0 Debbugger GUI released". https://sourceware.org/pipermail/gdb/2023-May/050772.html. 
  2. Matloff, Norman; Salzman, Peter Jay (2008). The Art of Debugging with GDB, DDD and Eclipse. No Starch Press. ISBN 9781593271749. 
  3. HP. "HP WDB". http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801/?ciid=29080f1bace021100f1bace02110275d6e10RCRD. 
  4. GNU Project - Free Software Foundation (FSF) (5 May 2011). "DDD - Data Display Debugger". https://www.gnu.org/software/ddd/. 

Notes

  1. The HP Wildebeest Debugger (WDB) is an HP-supported implementation of the GNU Debugger and is available as free software from HP for PA-RISC and Itanium systems.[3]

See also

External links