Theia API Documentation v1.65.0
    Preparing search index...
    interface DebugConfigurationSessionOptions {
        compound?: undefined;
        compoundRoot?: DebugCompoundRoot;
        configuration: DebugConfiguration;
        name: string;
        providerType?: string;
        startedByUser?: boolean;
        testRun?: TestRunReference;
        workspaceFolderUri?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    compound?: undefined
    compoundRoot?: DebugCompoundRoot
    configuration: DebugConfiguration
    name: string
    providerType?: string
    startedByUser?: boolean
    workspaceFolderUri?: string