object DebuggerOptionsPage: TDebuggerOptionsPage Left = 0 Top = 0 Width = 419 Height = 298 HelpContext = 2090 Caption = 'General' OnBroadcast = DebuggerOptionsPageBroadcast object gbDebugging: TGroupBox Left = 8 Top = 8 Width = 403 Height = 105 Caption = ' General ' TabOrder = 0 object cbInspectorsOnTop: TCheckBox Left = 8 Top = 58 Width = 197 Height = 17 Caption = 'Inspectors &stay on top' TabOrder = 2 end object cbTD32Commands: TCheckBox Left = 8 Top = 18 Width = 197 Height = 17 Caption = 'Map &TD32 keystrokes on run' TabOrder = 0 OnClick = cbTD32CommandsClick end object cbRearrangeMenu: TCheckBox Left = 210 Top = 38 Width = 190 Height = 17 Caption = 'Rearrange &editor local menu on run' TabOrder = 5 end object cbDisableEdit: TCheckBox Left = 8 Top = 38 Width = 197 Height = 17 Caption = '&Mark buffers read-only on run' TabOrder = 1 end object cbAllowSideEffectsInWatches: TCheckBox Left = 210 Top = 18 Width = 188 Height = 17 Caption = '&Allow side effects in new watches' TabOrder = 4 end object cbDisableMultipleEvaluators: TCheckBox Left = 8 Top = 78 Width = 161 Height = 17 Caption = 'Disable multiple e&valuators' TabOrder = 3 end object cbDebugSpawnedProcesses: TCheckBox Left = 210 Top = 58 Width = 153 Height = 17 Caption = '&Debug spawned processes' TabOrder = 6 end end object gbPath: TGroupBox Left = 8 Top = 120 Width = 403 Height = 113 Caption = ' Paths ' TabOrder = 1 object Label1: TLabel Left = 8 Top = 20 Width = 139 Height = 13 Caption = 'Debug S&ymbols Search Path:' FocusControl = ddDebugSymbolSearchPath end object lbDebugDcu: TLabel Left = 8 Top = 64 Width = 86 Height = 13 Caption = 'Debug D&CU Path:' end object ddDebugSymbolSearchPath: THistoryPropComboBox Left = 8 Top = 36 Width = 361 Height = 21 ItemHeight = 13 TabOrder = 0 HistoryManager = EnvironmentOptions.HistoryLists HistoryList = 'hlDebugSymbolSearchPath' end object bDirDebugSource: TButton Left = 375 Top = 36 Width = 18 Height = 21 Caption = '...' TabOrder = 1 OnClick = bDirDebugSourceClick end object ddDebugDCUPath: THistoryPropComboBox Left = 8 Top = 80 Width = 361 Height = 21 ItemHeight = 13 TabOrder = 2 HistoryManager = EnvironmentOptions.HistoryLists HistoryList = 'hlDebugDCUPath' end object bDirDebugDCU: TButton Left = 375 Top = 80 Width = 18 Height = 21 Caption = '...' TabOrder = 3 OnClick = bDirDebugDCUClick end end end