Debugger?

Kevin Buettner plug-devel@lists.PLUG.phoenix.az.us
Wed Jul 3 10:00:02 2002


On Jul 2, 11:56pm, Alan Dayley wrote:

> I am looking around for a good open source debugger for C and C++ code.  Of 
> course there is gdb.  But, what are some other choices that you guys like?

You may wish to look at insight and ddd.  Note though that they both
use gdb in some respect to accomplish the actual debugging.

Kevin