Cgdb: a lightweight curses (terminal-based) interface to GDB(cgdb.github.com)
cgdb.github.com
Cgdb: a lightweight curses (terminal-based) interface to GDB
http://cgdb.github.com/
3 comments
If 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.
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.
I 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?
I do the occasional C++ debugging, and use gud-gdb in Emacs for that. I'm comfortable with Emacs, but I'm still a beginner when it comes to gdb.
Would there be a good reason for me to switch to cgdb?
Would there be a good reason for me to switch to cgdb?
There is also pyclewn, a plugin for vim that lets you interface with gdb.
http://pyclewn.sourceforge.net/
http://pyclewn.sourceforge.net/
http://sourceware.org/gdb/onlinedocs/gdb/TUI.html