<div dir="ltr">Thank you very much Martin. Yes, there was a breakpoint in the interface section. I found it with the breakpoint window. Probably was the result of an accidental key stroke. I removed it and the issue is gone.<div><br></div><div>Best regards,</div><div><br></div><div>Pedro</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, May 8, 2019 at 1:17 PM Martin Frb via lazarus <<a href="mailto:lazarus@lists.lazarus-ide.org">lazarus@lists.lazarus-ide.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 08/05/2019 19:33, Pedro Restrepo via lazarus wrote:<br>
> I have been using Lazarus IDE v2.0.0 r60307 with fpc 3.0.4 on a 64bit <br>
> Windows 10 machine without major issues. However, the debugger <br>
> inserted a breakpoint on the first procedure in the Implementation <br>
> section. There are no breakpoints in the procedure. In fact, I wrote a <br>
> dummy procedure without any body, just the begin and end statements <br>
> besides the procedure name, and call it during the form activation.<br>
><br>
> Is there any way to clear that breakpoint? If I remove that procedure, <br>
> the debugger will stop at the procedure that becomes the first one <br>
> after the removal of the dummy procedure.<br>
><br>
<br>
You may have a breakpoint in the interface section.<br>
<br>
A breakpoint on a none code line, acts on the next code line found.<br>
A breakpoint in the interface section (none code), acts where?<br>
<br>
This is helpful, if the breakpoint is on an empty line, just ONE line <br>
above the code. But not helpful if it is 100 lines above....<br>
It is a gdb "feature", and as of yet we have no workaround.<br>
<br>
You can also use the breakpoint window to find breakpoints...<br>
-- <br>
_______________________________________________<br>
lazarus mailing list<br>
<a href="mailto:lazarus@lists.lazarus-ide.org" target="_blank">lazarus@lists.lazarus-ide.org</a><br>
<a href="https://lists.lazarus-ide.org/listinfo/lazarus" rel="noreferrer" target="_blank">https://lists.lazarus-ide.org/listinfo/lazarus</a><br>
</blockquote></div>