From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: Debugging with RHIDE (How?) Date: Thu, 10 Apr 1997 07:23:53 -0700 Organization: Two pounds of chaos and a pinch of salt Lines: 23 Message-ID: <334CF7F9.4E83@cs.com> References: <5ij5gh$g9o$1 AT erika DOT cica DOT es> Reply-To: fighteer AT cs DOT com NNTP-Posting-Host: ppp223.cs.com 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 Javi Navarro wrote: > > A few days ago a started programming with DJGPP and RHIDE as IDE and i > have a problem... When i set a breakpoint RHIDE says that threre's no code > for the selected line or there's not debugging information on executable file. > > Which options should i set to debugg with RHIDE? (a C++ program) First, you must have actually compiled your program so RHIDE knows what's in the object code. Second, you must set the '-g' compiler option (I don't recall if this is on by default or not). -- John M. Aldrich * Anything that happens, happens. * Anything that, in happening, causes something else to happen, causes something else to happen. * Anything that, in happening, causes itself to happen again, happens again. * It doesn't necessarily do it in chronological order, though. --- Douglas Adams