mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-13 07:43:03 +02:00

modified by the ide + Added some parsing to evaluate complex expressions not understood by the debugger git-svn-id: trunk@3068 -
30 lines
504 B
Plaintext
30 lines
504 B
Plaintext
object CallStackDlg: TCallStackDlg
|
|
Left = 359
|
|
Top = 126
|
|
Width = 500
|
|
Height = 200
|
|
Caption = 'CallStack'
|
|
object lvCallStack: TListView
|
|
Left = 0
|
|
Top = 0
|
|
Width = 484
|
|
Height = 200
|
|
Align = alClient
|
|
Columns = <
|
|
item
|
|
Caption = 'Source'
|
|
Width = 150
|
|
end
|
|
item
|
|
Caption = 'Line'
|
|
Width = 50
|
|
end
|
|
item
|
|
Caption = 'Function'
|
|
Width = 300
|
|
end>
|
|
MultiSelect = False
|
|
ViewStyle = vsReport
|
|
end
|
|
end
|