Xref: utzoo comp.unix.sysv386:1572 gnu.misc.discuss:1902 comp.lang.c:33199 Path: utzoo!attcan!uunet!tut.cis.ohio-state.edu!mstar!mstar.morningstar.com!bob From: bob@MorningStar.Com (Bob Sutterfield) Newsgroups: comp.unix.sysv386,gnu.misc.discuss,comp.lang.c Subject: Re: Does GNU's C Compiler Have a Full Screen Debugger? Message-ID: Date: 26 Oct 90 18:10:23 GMT References: <54@bmhalh.UUCP> Sender: usenet@MorningStar.COM (USENET Administrator) Reply-To: bob@MorningStar.Com (Bob Sutterfield) Organization: Morning Star Technologies Lines: 13 In-Reply-To: bruce@bmhalh.UUCP's message of 25 Oct 90 22:43:39 GMT In article <54@bmhalh.UUCP> bruce@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.