Interface StartDebuggingEvent

An event emitted when a debugger has been started and is waiting for the user to attach to it using the DAP protocol.

interface StartDebuggingEvent {
    config: Record<string, any>;
}

Properties

Properties

config: Record<string, any>

Generated using TypeDoc