6 ms·
I've given it a try before. I really just prefer the -tui switch on gdb if I want to work with multiple panes. It allows src/console/registers/asm panes. reall
by crowell 13y ago
I've given it a try before.
I really just prefer the -tui switch on gdb if I want to work with multiple panes. It allows src/console/registers/asm panes. really quite useful.
http://sourceware.org/gdb/onlinedocs/gdb/TUI.html http://sourceware.org/gdb/onlinedocs/gdb/TUI.html
- prg318 13y agoI am also familiar with the --tui switch for GDB and I'm wondering how this project is different. What does this project provide that gdb's tui mode does not? Can anyone that has used this expand upon why one would use cgdb over gdb's --tui mode?
- Ogre 13y agoIf you start gdb without -tui, and press ^Xo, it will switch to tui mode. I don't know if they've "fixed" this in newer versions, but I've found it useful. That key sequence is emacs for switch to other window. If you're an emacs user but use gdb in the console it's the kind of thing you'll discover by accident sooner or later.