Graeme Geldenhuys wrote:
2009/9/30 Paul Ishenin <[email protected]>:
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


--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to