Mail Archives: djgpp/1997/10/22/07:16:26
On Tue, 21 Oct 1997, Peter Scargill wrote:
> This may WELL be a silly question, but, in my C++ program, wherever I try
> to put a breakpoint, the editor says there is no code there. What have I
> missed?
Either you haven't compiled your files with debugging
information (but this is normally the default in RHIDE)
or due to optimization of the compiler for the line
is really no code generated. In this case try to set the
breakpoint at an other line near the wanted.
Robert
******************************************************
* Robert Hoehne <robert DOT hoehne AT gmx DOT net> *
* Post: Am Berg 3, D-09573 Dittmannsdorf, Germany *
* WWW: http://www.tu-chemnitz.de/~sho/rho *
******************************************************
- Raw text -