[Lazarus] Debugging error in Lazarus

Marc Weustink marc.weustink at cuperus.nl
Wed Sep 30 11:10:53 CEST 2009


Graeme Geldenhuys wrote:
> 2009/9/30 Paul Ishenin <ip at kmiac.ru>:
>> Expression evaluation is not implement by lazarus yet. SizeOf(something) is
>> an expression (moreover a function call).
> 
> Expression evaluation seems to work sometimes, but most of the times not.
> Example:
> 
>    pTOCEntry^.Length
> 
> 1) if I mouse over "Length" I get out of scope error

Problem is that the in this case only length is passed to the debugger, 
and not the part before it. So the debugger gets no0 context and has no 
clue where to find Length

Marc





More information about the Lazarus mailing list