On Wed, 30 Sep 2009 23:40:50 +0200
Graeme Geldenhuys <[email protected]> wrote:

>[...]

The IDE now passes the current expression string to the debugger for the
"tool tip".

For example:

var
  r: TRect;
begin
  r:=Rect(1,2,3,4);
  r.left:=4;
end;

r.left now evaluates to 1.


Mattias

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

Reply via email to