Page 1 of 1

Front end for gdb

Posted: Fri Apr 22, 2005 5:30 am
by Random
Does anyone know of a *great* GUI frontend for gdb running under Linux?

Re:Front end for gdb

Posted: Fri Apr 22, 2005 5:34 am
by zyp
I use ddd.

Re:Front end for gdb

Posted: Fri Apr 22, 2005 7:52 am
by Solar
The Eclipse IDE plugin "CDT" uses gdb as debugger backend. (I don't dare describe Eclipse as "gdb frontend". ;) )

Re:Front end for gdb

Posted: Fri Apr 22, 2005 3:47 pm
by Random
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)?