Nicholas Bishop wrote: > There are some GUI debuggers; most of them are actually just frontends
You might also want to take a look at Eclipse with CDT; the debugger interfaces with gdb. I've used it with MinGW and Cygwin on Windows with some success, but I haven't tried with Linux. It's still a work in progress, but it's worth trying. I just noticed this new article on developerWorks which should be helpful: Developing applications using the Eclipse C/C++ Development Toolkit http://www.ibm.com/developerworks/opensource/library/os-eclipse-stlcdt/index.html Here's the main CDT site: http://www.eclipse.org/cdt/ -David
