On Wed, 30 Sep 2009 23:40:50 +0200 Graeme Geldenhuys <graemeg.lists at gmail.com> 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