Neha Patil (Editor)

Data Display Debugger

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Developer(s)
  
GNU project

License
  
GNU GPL

Type
  
graphical front-end

Data Display Debugger

Stable release
  
3.3.12 / February 11, 2009; 8 years ago (2009-02-11)

Operating system
  
Linux, FreeBSD, NetBSD, OpenBSD, Tru64, UNIX

Website
  
www.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, DBX, JDB, HP Wildebeest Debugger, XDB, the Perl debugger, the Bash debugger, the Python debugger, and the GNU Make debugger. 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.

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.

References

Data Display Debugger Wikipedia