Eclipse CDT tools allows for debugging of C code (I'm not sure about C++, but presumably C++ as well) using the Eclipse GUI.
If you have to drop to GDB, print out a handy reference card so you don't have to keep typing 'help' for every little command: http://cs.nyu.edu/courses/spring07/V22.0474-001/misc/gdb-refcard.pdf On 7/26/07, Judah Milgram <[EMAIL PROTECTED]> wrote:
xxgdb might work for you. Also, emacs has, I believe, a debug mode that provides an interface to gdb. Judah Howard Sanner <[EMAIL PROTECTED]> wrote: > Is there a GUI debugger for C/C++ under Linux and X-windows? > apropos debug turned up gdb, which doesn't seem to be quite the > thing. Even I'm not crazy enough to debug a GUI app at the assembly > language level, particularly one I didn't write. > > Thanks. > > Howard Sanner > [EMAIL PROTECTED] >
-- Christopher Conroy
