Date: Sun, 5 Dec 1999 12:54:25 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: person AT hotmail DOT com, Nadia cc: djgpp AT delorie DOT com Subject: Re: Help needed with debugger In-Reply-To: <3848a23c.4635441@news.camtech.net.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 4 Dec 1999 person AT hotmail DOT com wrote: > Can anyone help this guy/girl? It's probably best answered by someone who actually uses RHIDE's built-in debugger, but since nobody replied, I'll try. > >I'm trying to use the integrated debugger in RHIDE. From what I > >understand, if you have source code in another file, which is used in > >your main file, and u use the trace into funciton, it should open up the > >source from that included file and read through it. What do you mean by ``included file''? Did you actually use the #include directive to include it? If so, please read section 12.8 of the DJGPP FAQ list. If you did NOT use #include, please explain more about your source. > >I have to redefine the folder in which > >the source code is kept, otherwise I get an error can not find > >main.cxx.... I don't understand this. What exactly do you mean by ``redefine the folder''?