Date: Thu, 26 Dec 1996 08:42:24 +0200 (IST) From: Eli Zaretskii To: barc0033 AT centre DOT uwi DOT tt cc: djgpp AT delorie DOT com Subject: Re: Newbie problem debugging in RHIDE In-Reply-To: <851481007.22509@dejanews.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 24 Dec 1996 barc0033 AT centre DOT uwi DOT tt wrote: > Hi, love the idea of RHIDE. Downloaded it a week or two ago. But, I have > problem debugging a program I am writing. It compiles OK, but when > execution switches to an included file RHIDE does not, it jumps around in > the main file as I step and comes back in at the correct point. How do I > tell RHIDE to go to the next included file. This is a limitation of object code format used by DJGPP. The only work-around is to use your editor to actually put the included source into the file which includes it, for the period that you are debugging it. (It's all explained in the DJGPP FAQ, btw, see section 12.8. It talks about GDB, but RHIDE uses GDB code for its built-in debugger, so the same limitation exists in RHIDE.)