Tobias Giesen wrote:
View / Debug windows / Debug output
Wow that is very interesting!
The info ends with:
Program stopped at 0x211a.
It stopped at a breakpoint that has since been deleted.
Type ... for more information.
But I don't have any breakpoints set, and Lazarus 0.9.28.2 says that
the debugger entered the error state (Oops...).
Lazarus sets a temporary breakpoint at the first executable addres,
since it is not possible to set a breakpoint before you start debugging
(or this was atleast the case in older versions of gdb)
Therefore all breakpoints are set at this temporary breakpoint. So
that's not strange.
But the address is. Somehow the address info isn't correct. I've seen
that before, but don't know what causes it.
Marc
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus