Properties
Protected Readonly breakpoints
breakpoints: BreakpointManager
Protected Readonly connectionFactory
connectionFactory: (sessionId: string) => Promise<IWebSocket>
Type declaration
-
- (sessionId: string): Promise<IWebSocket>
-
Parameters
Returns Promise<IWebSocket>
Protected Readonly connectionProvider
connectionProvider: WebSocketConnectionProvider
Protected Readonly debugContributionProvider
debugContributionProvider: ContributionProvider<DebugContribution>
Protected Readonly debugPreferences
debugPreferences: PreferenceProxy<DebugConfiguration>
Protected Readonly editorManager
editorManager: EditorManager
Protected Readonly fileService
fileService: FileService
Protected Readonly labelProvider
labelProvider: LabelProvider
Protected Readonly messages
messages: MessageClient
Protected Readonly outputChannelManager
outputChannelManager: OutputChannelManager
Protected Readonly terminalOptionsExt
Protected Readonly terminalService
terminalService: TerminalService
Session factory for a client debug session that communicates with debug adapter contributed as plugin. The main difference is to use a connection factory that creates IWebSocket over Rpc channel.