Is there any interactive or more user-friendly version of GDB for debugging?
There are multiple graphical frontends for gdb. GNU DDD and KGDB to mention a couple.
GNU DDD:
KGDB:
Update: I failed to mention that gdb actually has a built in text-based user interface if you run it with gdb -tui
: