[Lazarus] tooltip debugger shows incorrect data

Michael Van Canneyt michael at freepascal.org
Wed Oct 13 15:33:57 CEST 2010



On Wed, 13 Oct 2010, Graeme Geldenhuys wrote:

> On 13 October 2010 15:25, Michael Van Canneyt wrote:
>>
>> That you are frustrated is obvious to all, I would say =-)
>
> :)  My apologies... I'll go drink a coffee on the deck to relax a bit.

Nono, coffee is bad for your nerves. Drink a beer instead :-)

>
>
>> If I ever need to see actual values, I send them with SendDebug() to the
>> debug server window, for the simple reason that - it works without debugger
>> as well, - it doesn't mess with GUI events.
>> - It remains in the log on screen even after the execution has long moved on
>> to another part of the code.
>
> Ah, this might be the solution then. Thanks for that.

You're welcome. Note that this uses
- dbugintf unit from FCL
- debugserver tool (lazarus/tools/debugserver)

Michael.


More information about the Lazarus mailing list