<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 12/15/2017 01:33 PM, Martin Frb via
      Lazarus wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:91d7ebb0-6c15-be41-9998-56da0ba877af@mfriebe.de">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <div class="moz-cite-prefix">On 15/12/2017 18:29, Martin Frb via
        Lazarus wrote:<br>
      </div>
      <blockquote type="cite"
        cite="mid:8675e501-4f4d-6a52-a1a2-68db0a42285d@mfriebe.de">
        <meta http-equiv="Content-Type" content="text/html;
          charset=utf-8">
        <div class="moz-cite-prefix">On 15/12/2017 15:46, Donald Ziesig
          via Lazarus wrote:<br>
        </div>
        <blockquote type="cite"
          cite="mid:9619dc5f-1737-1a2e-d712-ec44fffe6b73@ziesig.org">
          <ol>
            <li>When the mouse hovers over a variable, the debugger (and
              program being debugged) frequently crashes with the error:<br>
              "-data-evaluate-expression TCQPiece(ITEM)^" did not return
              any result.<br>
              This is particularly annoying because it inevitably
              happens just as I am getting close to finding a problem
              and I move the mouse across the editor window <span
                class="moz-smiley-s15"><span>:'(</span></span>.<br>
            </li>
          </ol>
          <p>These problems do not occur when debugging non-generic
            code.</p>
        </blockquote>
      </blockquote>
      <blockquote type="cite"
        cite="mid:8675e501-4f4d-6a52-a1a2-68db0a42285d@mfriebe.de">
        <blockquote type="cite"
          cite="mid:9619dc5f-1737-1a2e-d712-ec44fffe6b73@ziesig.org"> </blockquote>
        This is an issue in gdb.<br>
        <br>
        First make sure to use dward (debug info).<br>
      </blockquote>
      ^^^ "dwarf" <br>
      <blockquote type="cite"
        cite="mid:8675e501-4f4d-6a52-a1a2-68db0a42285d@mfriebe.de"><br>
        You can try (if it currently compiles / its a package, install
        it)  lazdebuggerfpgdbmi.lpk  (must be the one with gdbmi *and*
        fp)<br>
      </blockquote>
      just remembered, not sure if this works for libraries (.so). You
      may have to compile an app that includes the code directly.<br>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    <p>Thanks Martin.  I changed all of the packages and the main
      project to use Dwarf3 and it looks as if it has solved the
      problem. <span class="moz-smiley-s11"><span>8-)</span></span>  
      I'll keep debugging and let you know if it reappears.</p>
    <p>Don</p>
    <p><br>
    </p>
  </body>
</html>