[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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;
TGDBMIDebuggerProperties
TGDBMIDebuggerPropertiesBase
TObject