Mail Archives: djgpp/2002/11/24/01:07:23
On Sun, 24 Nov 2002, Ekskavaator wrote:
> "The selected breakpoint is invalid, probably this file
> is not compiled with debugging information or for this
> line is no code generated.
> (Breakpoint at line 14 in file answer.cpp)"
>
> Such error if i try to put a breakpoint.
Try compiling with -gcoff instead of a mere -g.
Alternatively, get a newer version of RHIDE (or an older version of GCC).
The problem is likely to be that the latest GCC produces DWARF2 debug
info when you compile with -g, but the version of RHIDE you have doesn't
know about the DWARF2 format.
- Raw text -