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 debugStateKey
debugStateKey: ContextKey<string>
Protected debugTypeKey
debugTypeKey: ContextKey<string>
Protected Readonly disposeOnCurrentSessionChanged
disposeOnCurrentSessionChanged: DisposableCollection = ...
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
Did
Destroy
Debug
Session
Emitter
: Emitter<DebugSession> = ...Readonly onDidFocusStackFrame
Protected Readonly onDidFocusStackFrameEmitter
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 variableResolver
variableResolver: VariableResolverService
Runs the given tasks.