Jump to content

Data Display Debugger

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by ClueBot NG (talk | contribs) at 10:19, 26 May 2011 (Reverting possible vandalism by 119.153.30.239 to version by 87.157.217.81. False positive? Report it. Thanks, ClueBot NG. (436364) (Bot)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Data Display Debugger, or DDD, is a popular free software (under the GNU GPL) graphical user interface for command-line debuggers such as GDB, DBX, JDB, WDB, XDB, the Perl debugger, the Bash debugger, the Python debugger, and the GNU Make debugger. DDD is an entry in the GNU Project.

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

A simple mouse click dereferences pointers or views structure contents, updated each time the program stops. Using DDD, you can reason about your application by watching its data, not just by viewing it execute lines of source code.

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

See also

References