Mail Archives: djgpp/1997/04/14/09:29:23
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 *
*****************************************************************
- Raw text -