Theia API Documentation v1.65.0
    Preparing search index...

    The debug session factory.

    interface DebugSessionFactory {
        get(
            manager: DebugSessionManager,
            sessionId: string,
            options: DebugSessionOptions,
            parentSession?: DebugSession,
        ): DebugSession;
    }

    Implemented by

    Index

    Methods

    Methods