<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 24/06/2015 19:05, aradeonas wrote:<br>
    </div>
    <blockquote
cite="mid:1435169141.2259966.306777177.16D9C8F6@webmail.messagingengine.com"
      type="cite">
      <title></title>
      <div>Take a look at attachment,as you see blue dots are at all
        lines except the procedure that breakpoint is in it.Also as you
        can see debugger wait on 303.<br>
      </div>
      <blockquote>
        <pre class="u-article">BEst to open an issue on the bugtracker
</pre>
      </blockquote>
      <div>Yes but I have problem to reproduce it.<br>
      </div>
      <div> <br>
      </div>
    </blockquote>
    <br>
    Ah, that looks like a different issue. There are no blue dots for
    that procedure at all. That usually means this procedure was not
    compiled into the exe at all.<br>
    <br>
    If the procedure is not in the exe, then gdb thinks there is no
    executable code on that line 291, and it sets the breakpoint on the
    first line with code that it can find after that. (Yep in that case
    it be better to not set a breakpoint at all, and mark the breakpoint
    as invalid, but that is not (yet) implemented).<br>
    <br>
    <br>
    By any chance, do you have smart linking enabled? <br>
    <a class="moz-txt-link-freetext" href="http://wiki.lazarus.freepascal.org/Debugger_Setup#Project_Options">http://wiki.lazarus.freepascal.org/Debugger_Setup#Project_Options</a><br>
  </body>
</html>