On Tue, Oct 02, 2001 at 11:32:40PM +1000, [EMAIL PROTECTED] wrote: > Is there a good debugger for C programming. You know, the kind of thing > that lets you step through a line at a time running your program and put > watches on variables etc.
gdb is the usually used debugger under Linux. There's a nice graphical user interface for it, called ddd. It will compile under most Unices also ... give it a try. There're packages for Debian and everything. Just apt-get. And have a nice day. -- Jsb