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

TSSHGDBMIDebuggerProperties

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

Declaration

Source position: sshgdbmidebugger.pas line 72

type TSSHGDBMIDebuggerProperties = class(TGDBMIDebuggerPropertiesBase)

public

  constructor Create; override;

  

  procedure Assign(); override;

  

published

  property Note: string; [rw]

  

  property SSH_Startup_Options: string; [rw]

  

  property SSH_TimeOut: Integer; [rw]

  

  property Remote_GDB_Exe: string; [rw]

  

  property Append_GDB_to_SSH_opt: Boolean; [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;

  

end;

Inheritance

TSSHGDBMIDebuggerProperties

  

|

TGDBMIDebuggerPropertiesBase

  

|

TObject



CT Web help

CodeTyphon Studio