Date: Sun, 2 Feb 1997 10:31:57 +0200 (IST) From: Eli Zaretskii To: Graham Howard Wile cc: djgpp AT delorie DOT com Subject: Re: DEBUGGER QUERY In-Reply-To: <5cs44a$c63@News.Dal.Ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 31 Jan 1997, Graham Howard Wile wrote: > not what I want. I got it to show the source code in C++, but it wouldn't > step throught that. I was wondering if there are debuggers for DJGPP that > are comparable to the ones in Visual Basic, or MS Access basic (minus the > Windows part of course). Use GDB or RHIDE, and please read the chapter of the DJGPP FAQ list (v2/faq210b.zip from the same place you get DJGPP) that talks about debugging, it has some hints about debugging C++ programs.