| ctrlgdb | |
| Jelmer Vernooij |
What is ctrlgdb?ctrlgdb is a curses front-end for the GNU debugger. Where can I find it?The source tarball can be downloaded here. Please note that ctrlgdb is currently alpha software and it requires a patched gdb. Why a curses frontend to gdb?I've been using the turbo debugger when I was doing programming under DOS and Windows and it's one of the few things in DOS/Windows I miss. I usually work in the console and viewing source code with gdb is really nasty as well as the gdb TUI interface. There are curses debuggers available in the unix environment but they all have disadvantages. The emacs interface is emacs-specific (and I am a vi user..), rhgdb is very unstable and requires linking with the gdb source and a large number of libraries and the xwpe interface is not available stand-alone. Of course I could also just try to read the ELF binary with an editor and use a memory dumper like Sjoerd, but, well, I'm not that handy ;-) Features
Bzr accessCtrlgdb bzr can be accessed by doing:
|
|
Last change on July 04 2009 01:35:05
| |