From: michael DOT mauch AT gmx DOT de (Michael Mauch) Newsgroups: comp.os.msdos.djgpp Subject: Re: Debugging Date: Sat, 21 Mar 1998 14:53:55 +0100 Organization: Gerhard-Mercator-Universitaet -GH- Duisburg Lines: 13 Message-ID: <6f0gpf$fc9$2@news-hrz.uni-duisburg.de> References: <35128d9d DOT 613248 AT nntp-oslo DOT uninett DOT no> NNTP-Posting-Host: ppp100.uni-duisburg.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On Fri, 20 Mar 1998 15:41:59 GMT, stireda AT post DOT ber DOT hs DOT nki DOT no (Stian) wrote: > Maybe I'm just plain dumb, but I cannot get the debugger to function. > After I set a breakpoint and a watch and run the program I get an > error message that I have not compiled the program with debugging > information. Enable the "-g" option Options->Compilers->Debugging and be sure to _not_ have a "-s" in the linker options, then it should work. Regards... Michael