Date: Mon, 2 Aug 93 10:25:49 -0400 From: DJ Delorie To: shipmanm AT cs DOT arizona DOT edu Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: debugger-trying to find one > Does anybody know where I can get a debugger for my msdos C-Complier? debug32 is the only compiler that runs native in djgpp at the moment. It comes with go32. > Also, gcc -wall master.c -o master does't work, why? Try -Wall instead of -wall.