Properties
Protected Readonly _breakpoints
_breakpoints: Map<string, DebugBreakpoint<BaseBreakpoint>[]>
Protected _capabilities
_capabilities: Capabilities
Protected _currentThread
_currentThread: undefined | DebugThread
Protected _threads
_threads: Map<number, DebugThread>
Protected Readonly breakpoints
breakpoints: BreakpointManager
Protected Readonly childSessions
childSessions: Map<string, DebugSession>
Protected Readonly connection
connection: DebugSessionConnection
Protected Readonly debugContributionProvider
debugContributionProvider: ContributionProvider<DebugContribution>
Protected Readonly editorManager
editorManager: EditorManager
Protected Readonly fileService
fileService: FileService
Protected initialized
initialized: boolean
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>
Readonly options
options: DebugSessionOptions
Readonly parentSession
parentSession: undefined | DebugSession
Protected pendingThreads
pendingThreads: Promise<void>
Protected Readonly scheduleUpdateThreads
scheduleUpdateThreads: () => Promise<void>
Protected Readonly sources
sources: Map<string, DebugSource>
Protected Readonly terminalOptionsExt
Protected Readonly terminalServer
terminalServer: TerminalService
Protected terminated
terminated: boolean
Protected Readonly toDispose
toDispose: DisposableCollection
Protected Readonly toDisposeOnCurrentThread
toDisposeOnCurrentThread: DisposableCollection
Protected updatingBreakpoints
updatingBreakpoints: boolean