@pulumi/pulumi
    Preparing search index...

    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>;
    }
    Index

    Properties

    Properties

    config: Record<string, any>