Sign In/My Account | View Cart  
advertisement
-->




Perl Resources | Topic: Debugging

DDD - The Data Display Debugger
The Data Display Debugger (DDD) is a popular graphical user interface for command-line debuggers such as GDB, DBX, JDB, WDB, and XDB. It now supports the Perl debugger! Besides %22usual%22 front-end features such as viewing source texts, DDD got famous for 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.


Sponsored By: