Search
Preparing search index...
The search index is not available
Theia TypeDoc
Options
All
Public
Public/Protected
All
Inherited
Menu
Theia TypeDoc
plugin-ext
PluginDebugAdapterTracker
Class PluginDebugAdapterTracker
Hierarchy
PluginDebugAdapterTracker
Implements
DebugAdapterTracker
Index
Constructors
constructor
Properties
trackers
Methods
on
Did
Send
Message
on
Error
on
Exit
on
Will
Receive
Message
on
Will
Start
Session
on
Will
Stop
Session
create
Constructors
constructor
new
Plugin
Debug
Adapter
Tracker
(
trackers
:
DebugAdapterTracker
[]
)
:
PluginDebugAdapterTracker
Parameters
trackers:
DebugAdapterTracker
[]
Returns
PluginDebugAdapterTracker
Properties
Protected
Readonly
trackers
trackers
:
DebugAdapterTracker
[]
Methods
on
Did
Send
Message
on
Did
Send
Message
(
message
:
any
)
:
void
Parameters
message:
any
Returns
void
on
Error
on
Error
(
error
:
Error
)
:
void
Parameters
error:
Error
Returns
void
on
Exit
on
Exit
(
code
:
undefined
|
number
, signal
:
undefined
|
string
)
:
void
Parameters
code:
undefined
|
number
signal:
undefined
|
string
Returns
void
on
Will
Receive
Message
on
Will
Receive
Message
(
message
:
any
)
:
void
Parameters
message:
any
Returns
void
on
Will
Start
Session
on
Will
Start
Session
(
)
:
void
Returns
void
on
Will
Stop
Session
on
Will
Stop
Session
(
)
:
void
Returns
void
Static
create
create
(
session
:
DebugSession
, trackerFactories
:
[
string
,
DebugAdapterTrackerFactory
]
[]
)
:
Promise
<
PluginDebugAdapterTracker
>
Parameters
session:
DebugSession
trackerFactories:
[
string
,
DebugAdapterTrackerFactory
]
[]
Returns
Promise
<
PluginDebugAdapterTracker
>
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
Tracker
constructor
trackers
on
Did
Send
Message
on
Error
on
Exit
on
Will
Receive
Message
on
Will
Start
Session
on
Will
Stop
Session
create