Date: Sun, 9 Jun 1996 16:15:06 +0200 (IST) From: Eli Zaretskii To: Karin Larsen Cc: djgpp AT delorie DOT com Subject: Re: Debugging with go32 In-Reply-To: <4p9i01$3ea@michp1.redstone.army.mil> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 7 Jun 1996, Karin Larsen wrote: > I am new to the djgpp world. We are going to use the product for > a research project. We have engineers familiar with getting it > running but not familiar with debugging options. Could someone > help me out in what the options are in debugging a system running > go32? I'd like a way to be able to step through code and set break > points and see variables. Is this possible with running go32? It is possible. DJGPP has a port of the GNU debugger (GDB) that can do all this and more. But please consider upgrading to version 2 of DJGPP (that doesn't need go32) because everything, including debugging, works better with that version. You should also read the DJGPP FAQ list which has a chapter that explains some of the debugging options (there are several debuggers available).