<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 30/09/2014 03:13, Xiangrong Fang
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAP93jB075AgkK-SJ1P08jsQh01WM_gGfjrMbx_MqQ_xwyf9Cfw@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div class="gmail_default" style="font-family:courier
          new,monospace">Hi All,</div>
        <div class="gmail_default" style="font-family:courier
          new,monospace"><br>
        </div>
        <div class="gmail_default" style="font-family:courier
          new,monospace">While I hover mouse over a variable during
          debugging, I often get popups shown as attached.</div>
        <div class="gmail_default" style="font-family:courier
          new,monospace"><br>
        </div>
        <div class="gmail_default" style="font-family:courier
          new,monospace">Is there any known problem of the debugger, or
          I have to do some setup/tweak?</div>
        <br>
      </div>
    </blockquote>
    <br>
    What is your FPC Version? (Lazarus version too?)<br>
    <br>
    Did you compile with stabs or dwarf (and if that is in a package,
    did the package have the same setting as the project?). Try either
    one.<br>
    <br>
    Is this only in the first line of a procedure? Will it work if you
    step a line into the procedure? Try compiling with all optimization
    off -O- (make sure there is no -O in any hidden config / check the
    compiler output, and fpc.cfg)<br>
    <br>
    <a class="moz-txt-link-freetext" href="http://wiki.lazarus.freepascal.org/Debugger_Setup">http://wiki.lazarus.freepascal.org/Debugger_Setup</a><br>
  </body>
</html>