DDD

From ArmadeusWiki
Revision as of 19:07, 27 October 2009 by JulienB (Talk | contribs) (Installation)

Jump to: navigation, search

GNU DDD is a graphical front-end for command-line debuggers such as GDB, DBX, WDB, Ladebug, JDB, XDB, the Perl debugger, the bash debugger, or the Python debugger. Besides "usual" front-end features such as viewing source texts, DDD has become famous through its interactive graphical data display, where data structures are displayed as graphs.

Installation

  • Ubuntu/KUbuntu/XUbuntu:
 $ sudo apt-get install ddd

Launch

 [armadeus] $ ddd --debugger ./buildroot/build_arm/staging_dir/bin/arm-linux-gdb

Links