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

TGDBMIDebuggerProperties

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

Declaration

Source position: gdbmidebugger.pp line 296

type TGDBMIDebuggerProperties = class(TGDBMIDebuggerPropertiesBase)

protected

  procedure CreateEventProperties; override;

  

published

  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 UseAsyncCommandMode: Boolean;

  

  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: TGDBMIDebuggerGdbEventProperties; [rw]

  

end;

Inheritance

TGDBMIDebuggerProperties

  

|

TGDBMIDebuggerPropertiesBase

  

|

TObject



CT Web help

CodeTyphon Studio