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

    The debug session contribution. Can be used to instantiate a specific debug sessions.

    interface DebugSessionContribution {
        debugType: string;
        debugSessionFactory(): DebugSessionFactory;
    }
    Index

    Properties

    Methods

    Properties

    debugType: string

    The debug type.

    Methods