<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<br>
<br>
Le 19/12/2011 16:28, Martin a écrit :
<blockquote cite="mid:4EEF5824.70306@mfriebe.de" type="cite">
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<br>
The first thing to note is the breakpoint number -20<br>
This means this is an gdb internal breakpoint, used in single
stepping. (so the ide has little influence here)<br>
<br>
Either something went corrupt in gdb or the debug info (for the
code for which gdb tried to set the breakpoint ) is wrong<br>
(does it work with fpc 2.5.1, afaik there were fixes)<br>
<br>
</blockquote>
You should be aware that this error screen appears with EVERY new
Lazarus installation whatever the build could be. This means fpc
2.4.4 and 2.5.1. I decided as welle to re-install my very last
stable 2011-07-26 and the error is ALWAYS shown whether I use F7 or
F8 after the debugger stops on a breakpoint. I relaize that I din't
mention all steps:<br>
1. build the project<br>
2. set breakpoints<br>
3. launch the programs within the IDE (F9)<br>
4. the debuggers stops on the firs breakpoint. So far so good.<br>
5. hit F7 (step into) :the debugger DOES nothing: nothing happens in
any way.<br>
6. hit F7 again: popup error message<br>
7. same behaviour for all programs, for all Lazarus versions<br>
<br>
I begin to suspect Vista once again.<br>
<br>
Remember, on Win server 2003 64 bit<br>
<blockquote cite="mid:4EEF5824.70306@mfriebe.de" type="cite"> - what
was the last you did? step over/into/out? run?<br>
- the content of the "debug output" window?<br>
- gdb version?<br>
<br>
</blockquote>
no output<br>
<blockquote cite="mid:4EEF5824.70306@mfriebe.de" type="cite"> Though
most likely there will not be much useful info..</blockquote>
right<br>
</body>
</html>