Interface DebugEventTypes

interface DebugEventTypes {
    breakpoint: BreakpointEvent;
    capabilities: CapabilitiesEvent;
    continued: ContinuedEvent;
    exited: ExitedEvent;
    initialized: InitializedEvent;
    invalidated: InvalidatedEvent;
    loadedSource: LoadedSourceEvent;
    module: ModuleEvent;
    output: OutputEvent;
    process: ProcessEvent;
    progressEnd: ProgressEndEvent;
    progressStart: ProgressStartEvent;
    progressUpdate: ProgressUpdateEvent;
    stopped: StoppedEvent;
    terminated: TerminatedEvent;
    thread: ThreadEvent;
}

Properties

breakpoint: BreakpointEvent
capabilities: CapabilitiesEvent
continued: ContinuedEvent
exited: ExitedEvent
initialized: InitializedEvent
invalidated: InvalidatedEvent
loadedSource: LoadedSourceEvent
module: ModuleEvent
output: OutputEvent
process: ProcessEvent
progressEnd: ProgressEndEvent
progressStart: ProgressStartEvent
progressUpdate: ProgressUpdateEvent
stopped: StoppedEvent
terminated: TerminatedEvent
thread: ThreadEvent