Unit 'GDBMIServerDebugger' Package
[Overview][Types][Classes][Procedures and functions][Index] [#bs_debuggergdbmi]

TGDBMIServerDebuggerProperties

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: gdbmiserverdebugger.pas line 96

type TGDBMIServerDebuggerProperties = class(TGDBMIDebuggerPropertiesBase)

protected

  procedure CreateEventProperties; override;

  

public

  constructor Create; override;

  

  procedure Assign(); override;

  

published

  property Debugger_Remote_Hostname: string; [rw]

  

  property Debugger_Remote_Port: string; [rw]

  

  property Debugger_Remote_DownloadExe: Boolean; [rw]

  

  property Debugger_Target_Mode: TDebugger_Target_Mode; [rw]

  

  property RemoteTimeout: Integer; [rw]

  

  property Architecture: string; [rw]

  

  property SkipSettingLocalExeName: Boolean; [rw]

  

  property InitExec_RemoteTarget: string; [rw]

  

  property InitExec_Mode: TInitExecMode; [rw]

  

  property Debugger_Startup_Options: string;

  

  property MaxDisplayLengthForString: Integer;

  

  property MaxDisplayLengthForStaticArray: Integer;

  

  property MaxLocalsLengthForStaticArray: Integer;

  

  property TimeoutForEval: Integer;

  

  property WarnOnTimeOut: Boolean;

  

  property WarnOnInternalError: TGDBMIDebuggerShowWarning;

  

  property EncodeCurrentDirPath: TGDBMIDebuggerFilenameEncoding;

  

  property EncodeExeFileName: TGDBMIDebuggerFilenameEncoding;

  

  property EncodingForEnvironment: TGDBMIDebuggerCharsetEncoding;

  

  property EncodingForExeArgs: TGDBMIDebuggerCharsetEncoding;

  

  property EncodingForExeFileName: TGDBMIDebuggerCharsetEncoding;

  

  property EncodingForCurrentDirPath: TGDBMIDebuggerCharsetEncoding;

  

  property InternalStartBreak: TGDBMIDebuggerStartBreak;

  

  property UseNoneMiRunCommands: TGDBMIUseNoneMiRunCmdsState;

  

  property DisableLoadSymbolsForLibraries: Boolean;

  

  property DisableForcedBreakpoint: Boolean;

  

  property CaseSensitivity: TGDBMIDebuggerCaseSensitivity;

  

  property GdbValueMemLimit: Integer;

  

  property GdbLocalsValueMemLimit: Integer;

  

  property AssemblerStyle: TGDBMIDebuggerAssemblerStyle;

  

  property DisableStartupShell: Boolean;

  

  property FixStackFrameForFpcAssert: Boolean;

  

  property FixIncorrectStepOver: Boolean;

  

  property InternalExceptionBreakPoints;

  

  property InternalExceptionBrkSetMethod: TInternBrkSetMethod;

  

  property EventProperties: TGDBMIServerGdbEventProperties; [rw]

  

end;

Inheritance

TGDBMIServerDebuggerProperties

  

|

TGDBMIDebuggerPropertiesBase

  

|

TObject



CT Web help

CodeTyphon Studio