Search
Preparing search index...
The search index is not available
Theia TypeDoc
Options
All
Public
Public/Protected
All
Inherited
Menu
Theia TypeDoc
plugin-ext
PluginDebugAdapterSession
Class PluginDebugAdapterSession
Server debug adapter session.
Hierarchy
DebugAdapterSessionImpl
PluginDebugAdapterSession
Implements
DebugSession
DebugAdapterSession
Index
Constructors
constructor
Properties
communication
Provider
configuration
id
name
theia
Session
tracker
type
Methods
custom
Request
on
Debug
Adapter
Error
on
Debug
Adapter
Exit
send
start
stop
write
Constructors
constructor
new
Plugin
Debug
Adapter
Session
(
communicationProvider
:
CommunicationProvider
, tracker
:
DebugAdapterTracker
, theiaSession
:
DebugSession
)
:
PluginDebugAdapterSession
Parameters
communicationProvider:
CommunicationProvider
tracker:
DebugAdapterTracker
theiaSession:
DebugSession
Returns
PluginDebugAdapterSession
Properties
Readonly
communication
Provider
communication
Provider
:
CommunicationProvider
Readonly
configuration
configuration
:
DebugConfiguration
Readonly
id
id
:
string
Readonly
name
name
:
string
Protected
Readonly
theia
Session
theia
Session
:
DebugSession
Protected
Readonly
tracker
tracker
:
DebugAdapterTracker
Readonly
type
type
:
string
Methods
custom
Request
custom
Request
(
command
:
string
, args
?:
any
)
:
Promise
<
any
>
Parameters
command:
string
Optional
args:
any
Returns
Promise
<
any
>
Protected
on
Debug
Adapter
Error
on
Debug
Adapter
Error
(
error
:
Error
)
:
void
Parameters
error:
Error
Returns
void
Protected
on
Debug
Adapter
Exit
on
Debug
Adapter
Exit
(
exitCode
:
number
, signal
:
undefined
|
string
)
:
void
Parameters
exitCode:
number
signal:
undefined
|
string
Returns
void
Protected
send
send
(
message
:
string
)
:
void
Parameters
message:
string
Returns
void
start
start
(
channel
:
IWebSocket
)
:
Promise
<
void
>
Parameters
channel:
IWebSocket
Returns
Promise
<
void
>
stop
stop
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
Protected
write
write
(
message
:
string
)
:
void
Parameters
message:
string
Returns
void
Exports
plugin-
ext
Comments
Command
Arg
Comments
Context
Command
Arg
Comments
Edit
Command
Arg
Composite
Tree
View
Node
Connection
Closed
Error
Custom
Editor
Widget
Debug
Adapter
Executable
Debug
Adapter
Inline
Implementation
Debug
Adapter
Named
Pipe
Server
Debug
Adapter
Server
Decoration
Range
Behavior
Decoration
Render
Options
Document
Link
Known
Commands
Notification
Main
Object
Identifier
Objects
Transferrer
Parameter
Information
Plugin
Contributions
Plugin
Icon
Path
Plugin
Package
Plugin
Paths
Plugin
View
Registry
Plugin
View
Widget
Schemes
Scm
Command
Arg
Selection
Provider
Commands
Signature
Help
Signature
Information
Symbol
Kind
Symbol
Kind
Converter
Text
Document
Show
Options
Text
Editor
Selection
Change
Kind
Themable
Decoration
Attachment
Render
Options
Themable
Decoration
Render
Options
Theme
Icon
Timeline
Command
Arg
Tree
View
Node
Tree
View
Selection
Webview
External
Endpoint
Webview
Widget
Workspace
Text
Edit
Dto
Plugin
Debug
Adapter
Session
constructor
communication
Provider
configuration
id
name
theia
Session
tracker
type
custom
Request
on
Debug
Adapter
Error
on
Debug
Adapter
Exit
send
start
stop
write
Server debug adapter session.