Topic: Best c++ debugger for UNIX?


Author: ez007997@othello.ucdavis.edu (Wyan Jow)
Date: Fri, 20 Aug 1993 22:58:45 GMT
Raw View
cs432a24 (cs432a24@umbc.edu) wrote:

:     Trying to find a degugger that can quickly (our currently used debugger
: Objectcenter is too slow to get into and load and run so preferably a
: command line debugger or a quick , doubt it, graphical debugger) do the
: job.  Secondly, it should be cheap (maybe gdb?) need feedback from the
: knowledgeable (this means you!)  Just in case it's UNIX system V.

I love gdb!  Maybe I just haven't used a whole lot of debuggers, but I have
never been dissatisfied with it.  And yeah, it's cheap.  (I've never used
Objectcenter.  Where can you find that?).

Wyan
Systems Dept. UCD




Author: cs432a24@umbc.edu (cs432a24)
Date: 15 Aug 1993 09:38:42 -0400
Raw View
    Trying to find a degugger that can quickly (our currently used debugger
Objectcenter is too slow to get into and load and run so preferably a
command line debugger or a quick , doubt it, graphical debugger) do the
job.  Secondly, it should be cheap (maybe gdb?) need feedback from the
knowledgeable (this means you!)  Just in case it's UNIX system V.