lazarus/debugger/localsdlg.lfm
marc baa8cff9f6 MWE: = Moved and renamed debuggerforms so that they can be
modified by the ide
     + Added some parsing to evaluate complex expressions
       not understood by the debugger

git-svn-id: trunk@3068 -
2002-08-18 08:57:27 +00:00

26 lines
421 B
Plaintext

object LocalsDlg: TLocalsDlg
Left = 359
Top = 126
Width = 500
Height = 200
Caption = 'Locals'
object lvLocals: TListView
Left = 0
Top = 0
Width = 484
Height = 200
Align = alClient
Columns = <
item
Caption = 'Name'
Width = 150
end
item
Caption = 'Value'
Width = 400
end>
MultiSelect = True
ViewStyle = vsReport
end
end