Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace for debug functionality.

Index

Variables

Const onDidChangeActiveDebugSession

onDidChangeActiveDebugSession: Event<DebugSession | undefined>

An event which fires when the active debug session has changed. Note that the event also fires when the active debug session changes to undefined.

Const onDidTerminateDebugSession

onDidTerminateDebugSession: Event<DebugSession>

An event which fires when a debug session has terminated.

Functions

registerDebugConfigurationProvider