Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DebugAdapterSession

The debug adapter session. The debug adapter session manages the lifecycle of a debug session: the debug session should be discarded if and only if the debug adapter session is stopped.

Hierarchy

  • DebugAdapterSession

Index

Properties

Methods

Properties

id: string
parentSession?: DebugAdapterSession

Methods

  • stop(): Promise<void>