From: IC SoBa Newsgroups: comp.os.msdos.djgpp Subject: Re: Debugging with RHIDE Date: Thu, 13 Nov 1997 14:39:35 +0100 Organization: Improware AG, Pratteln, Switzerland Lines: 22 Message-ID: <346B0316.EDD496AB@spectraweb.ch> References: NNTP-Posting-Host: dialin-burgdorf-7.spectraweb.ch 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 Robert Hoehne asked: > When have your tried to set the breakpoint (or watch expression)? > Before RHIDE has linked your program or after linking? I did it before > linking. > > Have you added the '-s' switch somewhere (in the linker or compiler > options)? I tried it with '-s' and without it. > > Have you modified the 'main targetname' to be in an other directory > than > the current one? Yes, but I also tried to set it to the current one. > > Can you debug the produced executable with gdb? Yes, I can. > > And a last question (only just in case): Are you using at least > DJGPP 2.0 ? (Sorry for this question, but this is also a possiblilty, > because RHIDE cannot debug DJGPP 1.x programs, at least I think so). I > am using the newest version both of RHIDE and DJGPP too. But still it doesn't work. Maybe somebody has an additional idea?