Properties
Protected _currentSession
Protected Readonly _sessions
Protected Readonly breakpoints
Protected configurationIds
configurationIds: Map<string, number> = ...
Protected Readonly contextKeyService
contextKeyService: ContextKeyService
Protected Readonly debugConfigurationManager
Protected Readonly debugSessionFactory
Protected debugTypeKey
debugTypeKey: ContextKey<string>
Protected Readonly editorManager
editorManager: EditorManager
Protected inDebugModeKey
inDebugModeKey: ContextKey<boolean>
Protected Readonly labelProvider
labelProvider: LabelProvider
Protected Readonly messageService
messageService: MessageService
Readonly onDidChangeActiveDebugSession
Protected Readonly onDidChangeActiveDebugSessionEmitter
Readonly onDidChangeBreakpoints
Protected Readonly onDidChangeBreakpointsEmitter
Protected Readonly onDidChangeEmitter
Readonly onDidCreateDebugSession
Protected Readonly onDidCreateDebugSessionEmitter
Readonly onDidDestroyDebugSession
Protected Readonly onDidDestroyDebugSessionEmitter
on
DidDestroyDebugSessionEmitter: Emitter<DebugSession> = ...
Readonly onDidReceiveDebugSessionCustomEvent
Protected Readonly onDidReceiveDebugSessionCustomEventEmitter
Readonly onDidStartDebugSession
Protected Readonly onDidStartDebugSessionEmitter
Readonly onDidStopDebugSession
Protected Readonly onDidStopDebugSessionEmitter
Readonly onWillResolveDebugConfiguration
Protected Readonly onWillResolveDebugConfigurationEmitter
Readonly onWillStartDebugSession
Protected Readonly onWillStartDebugSessionEmitter
Protected Readonly progressService
progressService: ProgressService
Protected Readonly quickOpenTask
quickOpenTask: QuickOpenTask
Protected Readonly sessionContributionRegistry
Protected Readonly shell
shell: ApplicationShell
Protected Readonly taskService
taskService: TaskService
Protected Readonly toDisposeOnCurrentSession
toDisposeOnCurrentSession: DisposableCollection = ...
Protected Readonly variableResolver
variableResolver: VariableResolverService
Destroy the debug session. If session identifier isn't provided then all active debug session will be destroyed.