Does GNU's C Compiler Have a Full Screen Debugger?
Bob Sutterfield
bob at MorningStar.Com
Sat Oct 27 04:10:23 AEST 1990
In article <54 at bmhalh.UUCP> bruce at bmhalh.UUCP (Bruce M. Himebaugh) writes:
Does the GNU C compiler have a full screen debugger available?
GDB is the GNU Debugger. There exists an X11 interface. Also, GNU
emacs has a nicely integrated gdb-mode, enabling one to use the
debugger in one window while watching source in another, then diddle
the source, recompile with M-x compile, fix compiler errors with M-x
next-error, and re-start the debugger on the new objects. It's not as
pretty as, say, SaberC, but it's not bad for free.
If so, is it anything like codeview?
Sorry, I don't know anything about codeview.
More information about the Comp.lang.c
mailing list