Unit 'DebugProcess' Package
[Overview][Types][Classes][Index] [#bs_debuggercmd]

TDebugProcess

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

Declaration

Source position: debugprocess.pas line 100

type TDebugProcess = class

protected

  function GetDebugProcessRunning;

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  function CreateDebugProcess();

  

  procedure StopDebugProcess;

  

  procedure SendCmdLn();

  

  property DebugProcess: TProcessUTF8; [r]

  

  property DebugProcessRunning: Boolean; [r]

  

  property OnLineReceived: TDebugProcessNotification; [rw]

  

  property OnBeginLinesReceived: TNotifyEvent; [rw]

  

  property OnEndLinesReceived: TNotifyEvent; [rw]

  

  property OnLineSent: TDebugProcessNotification; [rw]

  

  property OnSendError: TDebugProcessNotification; [rw]

  

  property OnTerminate: TNotifyEvent; [rw]

  

end;

Inheritance

TDebugProcess

  

|

TObject



CT Web help

CodeTyphon Studio