Options
All
  • Public
  • Public/Protected
  • All
Menu

Class InlineDebugAdapter

A debug adapter for using the inline implementation from a plugin.

Hierarchy

  • InlineDebugAdapter

Implements

Index

Constructors

Properties

closeEmitter: Emitter<void> = ...
messageReceivedEmitter: Emitter<string> = ...
onClose: Event<void> = ...

The connection to the debug adapter has been lost. This signals the end of life for this debug adapter instance.

onError: Event<Error> = Event.None

An error has occurred communicating with the debug adapter. This does not meant the debug adapter has terminated.

onMessageReceived: Event<string> = ...

A DAP protocol message has been received from the debug adapter

Methods

  • send(message: string): void
  • start(): Promise<void>
  • stop(): Promise<void>