Front end for gdb

Programming, for all ages and all languages.
Post Reply
Random

Front end for gdb

Post by Random »

Does anyone know of a *great* GUI frontend for gdb running under Linux?
zyp

Re:Front end for gdb

Post by zyp »

I use ddd.
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re:Front end for gdb

Post by Solar »

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.
Random

Re:Front end for gdb

Post 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)?
Post Reply