Front end for gdb
Front end for gdb
Does anyone know of a *great* GUI frontend for gdb running under Linux?
Re:Front end for gdb
The Eclipse IDE plugin "CDT" uses gdb as debugger backend. (I don't dare describe Eclipse as "gdb frontend". )
Every good solution is obvious once you've found it.
Re:Front end for gdb
Does the CDT plugin for Eclipse allow for daemon debugging (ie, the use of the attach command in gdb to hook up a running process to the debugger)?