<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<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>
</body>
</html>