Theia API Documentation v1.65.0
    Preparing search index...
    interface DebugSessionOptions {
        compact?: boolean;
        consoleMode?: DebugConsoleMode;
        lifecycleManagedByParent?: boolean;
        noDebug?: boolean;
        parentSessionId?: string;
        suppressDebugStatusbar?: boolean;
        suppressDebugView?: boolean;
        suppressSaveBeforeStart?: boolean;
        testRun?: { controllerId: string; runId: string };
    }
    Index

    Properties

    compact?: boolean
    consoleMode?: DebugConsoleMode
    lifecycleManagedByParent?: boolean
    noDebug?: boolean
    parentSessionId?: string
    suppressDebugStatusbar?: boolean
    suppressDebugView?: boolean
    suppressSaveBeforeStart?: boolean
    testRun?: { controllerId: string; runId: string }