Interface PluginDebugSessionContributionRegistrator

Debug session contribution registrator.

interface PluginDebugSessionContributionRegistrator {
    registerDebugSessionContribution(contrib): Disposable;
    unregisterDebugSessionContribution(debugType): void;
}

Implemented by

Methods