Top "Cgdb" questions

cgdb is a lightweight curses (terminal-based) interface to the GNU Debugger (GDB).

python exception <type 'exceptions.ImportError'> No module named gdb:

I've just compiled gdb 7.8 from source in my home directory on a server machine running linux. I had previously been …

python gdb cgdb
SIGABRT in malloc.c, what just happened?

I wrote this innocent piece of code, and results in such an evil error: static char * prefixed( char * pref, char *…

c malloc runtime-error sigabrt cgdb
How to scroll the gdb window within cgdb?

While using cgdb, how does one scroll through the output visible in the gdb window?

cgdb