Theia API Documentation v1.65.0
    Preparing search index...
    interface DebugCompoundSessionOptions {
        compound: DebugCompound;
        configuration?: undefined;
        name: string;
        noDebug?: boolean;
        startedByUser?: boolean;
        testRun?: TestRunReference;
        workspaceFolderUri?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    compound: DebugCompound
    configuration?: undefined
    name: string
    noDebug?: boolean
    startedByUser?: boolean
    workspaceFolderUri?: string