Is there any interactive or more user-friendly version (or substitution) of GDB for debugging?
Some people suggested CGDB, but after a few tests I found it buggy and unstable.
|
Is there any interactive or more user-friendly version (or substitution) of GDB for debugging? Some people suggested CGDB, but after a few tests I found it buggy and unstable. |
||||
|
|
|
There are multiple graphical frontends for gdb. GNU DDD and KGDB to mention a couple. KGDB:
Update: I failed to mention that gdb actually has a built in text-based user interface if you run it with |
||||
|
|
|
There's a list of gdb frontends at http://sourceware.org/gdb/wiki/GDB%20Front%20Ends This unfortunately gives only further links, but no hints about scope and usability which varies a lot there. I'd recommend to use a frontend that is in active development as gdb itself changes a lot. |
|||
|
|