Search
Preparing search index...
The search index is not available
Theia TypeDoc
Options
All
Public
Public/Protected
All
Inherited
Menu
Theia TypeDoc
debug
DebugAdapterSessionImpl
Class DebugAdapterSessionImpl
DebugAdapterSession
implementation.
Hierarchy
DebugAdapterSessionImpl
Implements
DebugAdapterSession
Index
Constructors
constructor
Properties
channel
communication
Provider
id
to
Dispose
Methods
on
Debug
Adapter
Error
on
Debug
Adapter
Exit
send
start
stop
write
Constructors
constructor
new
Debug
Adapter
Session
Impl
(
id
:
string
, communicationProvider
:
CommunicationProvider
)
:
DebugAdapterSessionImpl
Parameters
id:
string
communicationProvider:
CommunicationProvider
Returns
DebugAdapterSessionImpl
Properties
Private
channel
channel
:
undefined
|
IWebSocket
Protected
Readonly
communication
Provider
communication
Provider
:
CommunicationProvider
Readonly
id
id
:
string
Private
Readonly
to
Dispose
to
Dispose
:
DisposableCollection
= ...
Methods
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
debug
Breakpoint
Manager
Breakpoint
Marker
Debug
Action
Debug
Breakpoint
Widget
Debug
Breakpoint
Widget
Commands
Debug
Commands
Debug
Configuration
Debug
Configuration
Manager
Debug
Configuration
Model
Debug
Console
Commands
Debug
Editor
Context
Commands
Debug
Error
Debug
Keybinding
Contexts
Debug
Menus
Debug
Session
Context
Commands
Debug
Thread
Context
Commands
Exception
Breakpoint
Expression
Container
Function
Breakpoint
Internal
Debug
Session
Options
Source
Breakpoint
VSCode
Debugger
Contribution
Virtual
Variable
Item
Debug
Adapter
Session
Impl
constructor
channel
communication
Provider
id
to
Dispose
on
Debug
Adapter
Error
on
Debug
Adapter
Exit
send
start
stop
write
DebugAdapterSession implementation.