DebugSessionCustomEvent

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

Online Documentation

Properties

Link copied to clipboard
abstract val body: JsAny?

Event specific information.

Link copied to clipboard
abstract val event: String

Type of event.

Link copied to clipboard
abstract val session: DebugSession

The debug session for which the custom event was received.