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
Index
Constructors
constructor
Properties
debug
Adapter
theia
Session
tracker
Accessors
configuration
name
parent
Session
type
workspace
Folder
Methods
custom
Request
get
Debug
Protocol
Breakpoint
on
Debug
Adapter
Error
on
Debug
Adapter
Exit
send
start
stop
write
Constructors
constructor
new
Plugin
Debug
Adapter
Session
(
debugAdapter
:
DebugAdapter
, tracker
:
DebugAdapterTracker
, theiaSession
:
DebugSession
)
:
PluginDebugAdapterSession
Parameters
debugAdapter:
DebugAdapter
tracker:
DebugAdapterTracker
theiaSession:
DebugSession
Returns
PluginDebugAdapterSession
Properties
Readonly
debug
Adapter
debug
Adapter
:
DebugAdapter
Protected
Readonly
theia
Session
theia
Session
:
DebugSession
Protected
Readonly
tracker
tracker
:
DebugAdapterTracker
Accessors
configuration
get
configuration
(
)
:
DebugConfiguration
Returns
DebugConfiguration
name
get
name
(
)
:
string
Returns
string
parent
Session
get
parentSession
(
)
:
undefined
|
DebugSession
Returns
undefined
|
DebugSession
type
get
type
(
)
:
string
Returns
string
workspace
Folder
get
workspaceFolder
(
)
:
undefined
|
WorkspaceFolder
Returns
undefined
|
WorkspaceFolder
Methods
custom
Request
custom
Request
(
command
:
string
, args
?:
any
)
:
Promise
<
any
>
Parameters
command:
string
Optional
args:
any
Returns
Promise
<
any
>
get
Debug
Protocol
Breakpoint
get
Debug
Protocol
Breakpoint
(
breakpoint
:
Breakpoint
)
:
Promise
<
undefined
|
DebugProtocolBreakpoint
>
Parameters
breakpoint:
Breakpoint
Returns
Promise
<
undefined
|
DebugProtocolBreakpoint
>
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
(
)
:
void
Returns
void
Protected
send
send
(
message
:
string
)
:
void
Parameters
message:
string
Returns
void
start
start
(
channel
:
DebugChannel
)
:
Promise
<
void
>
Parameters
channel:
DebugChannel
Returns
Promise
<
void
>
stop
stop
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
Protected
write
write
(
message
:
string
)
:
void
Parameters
message:
string
Returns
void
Modules
bulk-
edit
callhierarchy
console
core
debug
editor
editor-
preview
electron
external-
terminal
file-
search
filesystem
getting-
started
git
keymaps
markers
memory-
inspector
messages
metrics
mini-
browser
monaco
navigator
outline-
view
output
plugin
plugin-
dev
plugin-
ext
Comments
Command
Arg
Comments
Context
Command
Arg
Comments
Edit
Command
Arg
Composite
Tree
View
Node
Connection
Closed
Error
Custom
Editor
Widget
Data
Transfer
Data
Transfer
Data
Transfer
Item
Data
Transfer
Item
Debug
Adapter
Executable
Debug
Adapter
Inline
Implementation
Debug
Adapter
Named
Pipe
Server
Debug
Adapter
Server
Decoration
Range
Behavior
Decoration
Render
Options
Document
Link
Inlay
Hint
Kind
Known
Commands
Notification
Main
Object
Identifier
Parameter
Information
Plugin
Contributions
Plugin
Icon
Path
Plugin
Identifiers
Plugin
Package
Plugin
Paths
Plugin
View
Registry
Plugin
View
Widget
Process
Terminate
Message
Process
Terminated
Message
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
Item
Reference
Tree
View
Node
View
Column
Webview
External
Endpoint
Webview
Widget
Workspace
Text
Edit
Dto
plugin-
ext-
vscode
plugin-
metrics
preferences
preview
process
property-
view
scm
scm-
extra
search-
in-
workspace
secondary-
window
task
terminal
timeline
toolbar
typehierarchy
userstorage
variable-
resolver
vsx-
registry
workspace
Plugin
Debug
Adapter
Session
constructor
debug
Adapter
theia
Session
tracker
configuration
name
parent
Session
type
workspace
Folder
custom
Request
get
Debug
Protocol
Breakpoint
on
Debug
Adapter
Error
on
Debug
Adapter
Exit
send
start
stop
write
Server debug adapter session.