Interface DebugSessionContribution

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

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

Properties

Methods

Properties

debugType: string

The debug type.

Methods