C++ World

C++ Resources, Tips,
Documentation, Examples,
HOWTO's, FAQ's, Tools
Libraries, Frameworks, IDE's

 
© 2005,2009 C++ World - All rights reserved - webdesign.arttina
C++, Sockets, SysProg, Libraries, Examples, Tools, Compilers, IDE, STL, XML
Google
FAQ Sockets Socket Library Software Engineering Sysprog Examples Books
 
Home
C++
The C Language
STL
BOOST
GNU
GNU C Compiler
GNU Debugger
GNU Profiler
HP C++ Compiler
DDD
Eclipse
Curses
XML
X11
KDevelop
MS Visual Studio
Tutorials

A Nice GUI for gdb

Gdb - the GNU debugger - is a very well functioning symbolic debugger. It is excellent, if you need to quickly open a session to have a qick look or to step through the program without inspecting many and structured variables.
If one has to inspect nested classes and structures any command line tool becomes awkward to use.

ddd is a graphical user interface for debuggers, mostly used as a user frontend for gdb.
Frequently used commands are clickable, source code is displayed in an extra window and an inspect/watch section displays objects, if they were selected by a double click.

Basically DDD/gdb offer everything one can expect from a professional debugger.

Benefits of using DDD


Franz Brandel Contact Legal Statement Sitemap C++ World