Date: Fri, 3 Jan 1997 20:23:13 -0500 Message-Id: <199701040123.UAA18944@delorie.com> From: DJ Delorie To: tudor AT cam DOT org CC: djgpp AT delorie DOT com In-reply-to: <32CDA319.756@cam.org> (message from Tudor on Fri, 03 Jan 1997 16:23:53 -0800) Subject: Re: Q:Debbuger. > I was *arguing* with this guy on what compiler is better(Borland 5.1 or > DJGPP) and he mentioned something like a "source line debbuger" :a > debugger that works on the C source rather than the assembly output. > Is there such a thing in DJGPP? Of course there is. GDB (the same as the unix gdb) is a fully symbolic source-level debugger, one of the most powerful in the world!