Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DebugSessionCustomEvent

A custom Debug Adapter Protocol event received from a debug session.

Hierarchy

  • DebugSessionCustomEvent

Index

Properties(3)

Properties(3)

Readonly session

session: DebugSession

The debug session for which the custom event was received.

Readonly event

event: string

Type of event.

Readonly body

body: any

Event specific information.

Generated by TypeDoc. Maintained by 洛竹