Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ProcessDebugAdapter

Hierarchy

  • StreamDebugAdapter
    • ProcessDebugAdapter

Implements

Index

Constructors

Properties

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> = ...

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

process: ChildProcess

Methods

  • handleClosed(): void
  • handleData(data: Buffer): void
  • send(message: string): void
  • stop(): Promise<void>