home *** CD-ROM | disk | FTP | other *** search
- object DbgForm: TDbgForm
- Left = 176
- Top = 128
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'GNU Debugger'
- ClientHeight = 260
- ClientWidth = 570
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- OnActivate = FormActivate
- PixelsPerInch = 120
- TextHeight = 16
- object Label1: TLabel
- Left = 10
- Top = 10
- Width = 513
- Height = 48
- Caption =
- 'You are now going to debug your application. Make sure you have ' +
- 'already compiled it into an executable file before continuing an' +
- 'd that "Generate debugging informations" is checked (Linker shee' +
- 't in Compiler Options).'
- WordWrap = True
- end
- object Label2: TLabel
- Left = 10
- Top = 69
- Width = 548
- Height = 48
- Caption =
- 'The GNU Debugger (GDB) works in console mode. Your compiled file' +
- ' to debug will be assigned to it. Then, you will be asked to typ' +
- 'e commands into GDB that it can correctly debug your program.'
- WordWrap = True
- end
- object Label3: TLabel
- Left = 10
- Top = 138
- Width = 431
- Height = 32
- Caption =
- 'Click on the Help button to learn all the commands of GDB. Then,' +
- ' click on Continue to debug your program.'
- WordWrap = True
- end
- object Bevel1: TBevel
- Left = 7
- Top = 217
- Width = 553
- Height = 3
- Shape = bsBottomLine
- end
- object ContinueBtn: TBitBtn
- Left = 10
- Top = 226
- Width = 92
- Height = 31
- Caption = '&Continue'
- TabOrder = 0
- OnClick = ContinueBtnClick
- Kind = bkOK
- end
- object Cancel: TBitBtn
- Left = 111
- Top = 226
- Width = 92
- Height = 31
- Caption = 'C&ancel'
- TabOrder = 1
- Kind = bkCancel
- end
- object HelpBtn: TBitBtn
- Left = 463
- Top = 226
- Width = 92
- Height = 31
- TabOrder = 2
- OnClick = HelpBtnClick
- Kind = bkHelp
- end
- object Msg: TCheckBox
- Left = 10
- Top = 187
- Width = 336
- Height = 21
- Caption = '&Never show this message again. (Not recommended)'
- TabOrder = 3
- end
- end
-