On Thu, 2007-01-11 at 02:01 -0500, Robert P. J. Day wrote: > On Wed, 10 Jan 2007, Gilboa Davara wrote: > > > On Wed, 2007-01-10 at 03:31 -0500, Robert P. J. Day wrote: > > > what do folks prefer as a graphical front-end for debugging C > > > programs with gdb on FC6? from a cursory scan of the net, it seems > > > that: > > > > > > * ddd is a definite option, and is yum installable > > > > > > * neither xxgdb nor insight seems available as an FC rpm, at least not > > > from the standard repos. > > > > > > thoughts? thanks muchly. > > > > > > rday > > > > anjuta > > kgdb > > but kgdb is a *kernel* debugger, no? i was after user-space > debuggers, although maybe i forgot to mention that specifically. i'll > definitely look at the others you listed. > > rday "KDbg is a graphical user interface to gdb, the GNU debugger. It provides an intuitive interface for setting breakpoints, inspecting variables, and stepping through code. KDbg requires KDE, the K Desktop Environment, but you can of course debug any program." - Gilboa