Unit 'DbgIntfDebuggerBase' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#bs_debuggerintf]

TBaseDebugManagerIntf

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

Declaration

Source position: dbgintfdebuggerbase.pp line 1796

type TBaseDebugManagerIntf = class(TComponent)

public

type

  TStringFunction = function(

  

  const aValue: string

):string;

protected

  class function GetDebuggerClass();

  

  class function GetDebuggerClassByName();

  

  function FindDebuggerClass();

  

public

  procedure RequestWatchData(); virtual; abstract;

  

  class function DebuggerCount;

  

  procedure RegisterValueFormatter();

  

  function FormatValue();

  

  property Debuggers []: TDebuggerClass; [r]

  

  property DebuggersByClassName []: TDebuggerClass; [r]

  

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure DoBackendConverterChanged; virtual; abstract;

  

end;

Inheritance

TBaseDebugManagerIntf

  

|

TObject



CT Web help

CodeTyphon Studio