top | item 2471051

Gdb: graphic (tui) mode

34 points| nicolasbrailo | 15 years ago |nicolasb.com.ar

10 comments

order

jzila|15 years ago

Or you can use cgdb (http://cgdb.sourceforge.net/), which has syntax highlighting and Vim keybindings.

bluekeybox|15 years ago

Oh my god, thank you. Have used Vim and gdb for two years and didn't know cgdb existed.

jimauthors|15 years ago

Amazing. Dint know about that!

erez|15 years ago

Ubuntu/debian has a package called gdbtui which does exactly what gdb -tui does

jpr|15 years ago

Can't seem to find the package on Ubuntu 10.10, do I need to enable some repository?

EDIT: Apparently it was included in the basic gdb package or something.

chanux|15 years ago

Not sure if I'm adding value here but gdbtui also works (article mentions gdb -tui).

lallysingh|15 years ago

This is a really nice way to debug generated assembly, useful for LLVM hacking.

kaeluka|15 years ago

made my day! thanks :)