X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "MattFlyer" Newsgroups: comp.os.msdos.djgpp References: <1089759787 DOT 635377 AT proxy2 DOT srv DOT ualberta DOT ca> Subject: Re: debugger error in Rhide Lines: 34 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: <_eDJc.129841$wH4.7027209@twister.southeast.rr.com> Date: Thu, 15 Jul 2004 22:07:54 GMT NNTP-Posting-Host: 66.56.170.13 X-Complaints-To: abuse AT rr DOT com X-Trace: twister.southeast.rr.com 1089929274 66.56.170.13 (Thu, 15 Jul 2004 18:07:54 EDT) NNTP-Posting-Date: Thu, 15 Jul 2004 18:07:54 EDT Organization: RoadRunner - Triad To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello, I had a lot of problems with this myself. In ride, turn on the -gcoff option using -1 as the value. The -1 indicates no value. If you put in a value of one the command line issues stuff like -gcoff1 instead of -gcoff. I also have the gdbg option turned on but this doesn't appear to be necessary. I did notice that if you try to set breakpoints that are on the C function declaration that it doesn't find them. You have to set them on the first line the code. Hope this helps. Matt "John Hanley" wrote in message news:1089759787 DOT 635377 AT proxy2 DOT srv DOT ualberta DOT ca... > When I try to "step over" in Rhide, I get "could not find the program..." I > know I have gdb installed and it works. I also tried giving it -d as a > compiler option, but it didn't like that. > > Any ideas how to get the debugger working in Rhide? > > Thanks! > > John > >