On Wed, 28 Apr 1999, Daniel Feiglin wrote:

> 2. General question: For the above item I used the standard gcc which
> comes with RH 5.2.
> Whattools are available for "non toy" applications? Is there a decent
> non thread sloppy GUI debugger available?

available non-thread sloppy GUI debuggers:

1. xxgdb - ugly interface to gdb (work on top of gdb).
2. ddd  - less ugly, and yet very annoying in many events. also works on
          top of gdb.
3. emacs can run gdb inside its window, althought i'd hardly call it a
   GUI.

If you work with C languge code, check out 'ups' - it doesn't need gdb,
but rather debugs the code directly. 

hope this helps,

guy

Reply via email to