Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PluginDebugAdapterTracker

Hierarchy

  • PluginDebugAdapterTracker

Implements

  • DebugAdapterTracker

Index

Constructors

constructor

Properties

Protected Readonly trackers

trackers: DebugAdapterTracker[]

Methods

onDidSendMessage

  • onDidSendMessage(message: any): void

onError

  • onError(error: Error): void

onExit

  • onExit(code: undefined | number, signal: undefined | string): void

onWillReceiveMessage

  • onWillReceiveMessage(message: any): void

onWillStartSession

  • onWillStartSession(): void

onWillStopSession

  • onWillStopSession(): void

Static create

  • create(session: DebugSession, trackerFactories: [string, DebugAdapterTrackerFactory][]): Promise<PluginDebugAdapterTracker>