From: Robert Hoehne Newsgroups: comp.os.msdos.djgpp Subject: Re: Debugging with RHIDE (How?) Date: Mon, 14 Apr 1997 14:25:18 +0200 Organization: TU Chemnitz-Zwickau Lines: 26 Message-ID: <3352222E.81E@Mathematik.tu-chemnitz.de> References: <5ij5gh$g9o$1 AT erika DOT cica DOT es> NNTP-Posting-Host: cancel.hrz.tu-chemnitz.de 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: > > 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. > This can have two reasons: 1) You have not compiled your files with the -g switch. But for any newly created project this is enabled as default. 2) For the line, on which you want to set a breakpoint is no code generated (for instance when optimizing or when a statement goes over more than one line). In that case do not compare it with GDB, because RHIDE is more excat in determing if for a line code was produced or not. Try to set the breakpoint in a line above or below. Robert -- ***************************************************************** * Robert Hoehne, Fakultaet fuer Mathematik, TU-Chemnitz-Zwickau * * Post: Am Berg 3, D-09573 Dittmannsdorf * * e-Mail: Robert DOT Hoehne AT Mathematik DOT TU-Chemnitz DOT DE * * WWW: http://www.tu-chemnitz.de/~rho * *****************************************************************