Unit 'IdeDebuggerOpts' Package
[Overview][Types][Classes][Procedures and functions][Index] [#bs_debuggeride]

TDebuggerOptions

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

Declaration

Source position: idedebuggeropts.pas line 114

type TDebuggerOptions = class(TAbstractIDEEnvironmentOptions)

protected

  procedure InitXMLCfg();

  

  property XMLCfg: TRttiXMLConfig; [r]

  

public

  class function GetGroupCaption; override;

  

  class function GetInstance; override;

  

  constructor Create;

  

  constructor CreateDefaultOnly;

  

  destructor Destroy; override;

  

  procedure Init;

  

  procedure Load;

  

  procedure Save;

  

  function GetDefaultConfigFilename;

  

  procedure CreateConfig;

  

  property Filename: string; [r]

  

  property PrimaryConfigPath: string; [rw]

  

  property BackendConverterConfig: TIdeDbgValueConvertSelectorList; [rw]

  

  function DebuggerFilename;

  

  function GetParsedDebuggerFilename();

  

  procedure SaveDebuggerPropertiesList;

  

  function DebuggerPropertiesConfigList;

  

  function CurrentDebuggerClass;

  

  function CurrentDebuggerPropertiesConfigEx();

  

  property CurrentDebuggerPropertiesConfig: TDebuggerPropertiesConfig; [rw]

  

  property HasActiveDebuggerEntry: Boolean; [rw]

  

published

  property SetupCheckIgnoreNoDefault: Boolean; [rw]

  

  property BreakpointsDialogShowTree: TBreakpointsDialogShowTreeType; [rw]

  

end;

Inheritance

TDebuggerOptions

  

|

TObject



CT Web help

CodeTyphon Studio