Data Display Debugger

From Wikipedia, the free encyclopedia

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, and the Python debugger.

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 with many programmers who add open source plug-ins to it.

[edit] References

This article or section needs sources or references that appear in reliable, third-party publications. Alone, primary sources and sources affiliated with the subject of the article are not sufficient for an accurate encyclopedia article. Please include more appropriate citations from reliable sources.
This article has been tagged since March 2007.

[edit] External links


In other languages