Date: Wed, 26 Feb 92 15:47:54 EST From: DJ Delorie To: NLONGINOW AT falcon DOT aamrl DOT wpafb DOT af DOT mil Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Using Debug32 Status: O The -g switch is required for source-level debugging, and the source files must be in the same directory as the program. As you disassemble the code, it will scan the source files and print the correct line *in addition to* the assembler code. Note that debug32 starts you out in crt0, not main like other debuggers. DJ dj AT ctron DOT com Life is a banana.