<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
On 19/12/2011 15:15, Antonio Fortuny wrote:
<blockquote cite="mid:jcnke7$1mc$1@dough.gmane.org" type="cite">
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
Hi guys.<br>
<br>
I've got a very strange behaviour while debugging a program with
Lazarus: 0.9.31.31801, fpc 2.4.4.<br>
</blockquote>
<br>
<blockquote cite="mid:jcnke7$1mc$1@dough.gmane.org" type="cite">
(see print screen below)<br>
Vista Win32<br>
Made Windows update last week<br>
At the same time I've new problems when launching services and
threads which didn't happen before (some weeks ago)<br>
Never had this before, and it appears with all dayly snapshots of
Lazarus (up to and including 34263, fpc 2.5.1)<br>
<br>
I have an installaion with Winserver 2003 64bit: it works
perfectly.<br>
<br>
<img src="cid:part1.01020907.07040302@mfriebe.de" alt=""><br>
<br>
Got any ideas?<br>
</blockquote>
<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>
- what was the last you did? step over/into/out? run?<br>
- the content of the "debug output" window?<br>
- gdb version?<br>
<br>
Though most likely there will not be much useful info...<br>
</body>
</html>