Properties
Protected Readonly _breakpoints
Protected _capabilities
_capabilities: Capabilities = {}
Protected Readonly breakpoints
Protected Readonly childSessions
Protected Readonly connection
Protected Readonly debugContributionProvider
Protected Readonly editorManager
editorManager: EditorManager
Protected Readonly fileService
fileService: FileService
Protected initialized
initialized: boolean = false
Protected Readonly labelProvider
labelProvider: LabelProvider
Protected Readonly messages
messages: MessageClient
Readonly onDidChange
onDidChange: Event<void> = ...
Readonly onDidChangeBreakpoints
onDidChangeBreakpoints: Event<default> = ...
Protected Readonly onDidChangeBreakpointsEmitter
onDidChangeBreakpointsEmitter: Emitter<default> = ...
Protected Readonly onDidChangeEmitter
onDidChangeEmitter: Emitter<void> = ...
Protected pendingThreads
pendingThreads: Promise<void> = ...
Protected Readonly scheduleUpdateThreads
scheduleUpdateThreads: (...arguments: []) => Promise<void> = ...
Type declaration
-
- (...arguments: []): Promise<void>
-
Parameters
Returns Promise<void>
Protected Readonly sources
Protected Readonly terminalServer
terminalServer: TerminalService
Protected terminated
terminated: boolean = false
Protected Readonly toDispose
toDispose: DisposableCollection = ...
Protected Readonly toDisposeOnCurrentThread
toDisposeOnCurrentThread: DisposableCollection = ...
Protected updatingBreakpoints
updatingBreakpoints: boolean = false