Interface DebugSessionContributionRegistry

Debug session contribution registry.

interface DebugSessionContributionRegistry {
    get(debugType): undefined | DebugSessionContribution;
}

Implemented by

Methods

Methods