Date: Mon, 18 Dec 2000 18:51:21 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "Leonardo A. Saravia" cc: "Djgpp AT Delorie. Com" Subject: Re: Rhide 1.4.7.8 - debugging In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 18 Dec 2000, Leonardo A. Saravia wrote: > I downloaded the latest version of rhide, and tryed to debug (using the > rhide integrated debugger) an application but the step functions F8 F7 do > not work very well, the program is executed but the cursor does not moves > through the source files. You need to compile the program with debugging info, otherwise the source information is not available to RHIDE. Did you do that? Check the compilation switches.