Search
Preparing search index...
The search index is not available
Theia TypeDoc
Options
All
Public
Public/Protected
All
Inherited
Menu
Theia TypeDoc
debug
LaunchBasedDebugAdapterFactory
Class LaunchBasedDebugAdapterFactory
DebugAdapterFactory
implementation based on launching the debug adapter as separate process.
Hierarchy
LaunchBasedDebugAdapterFactory
Implements
DebugAdapterFactory
Index
Constructors
constructor
Properties
process
Factory
process
Manager
Methods
child
Process
connect
start
Constructors
constructor
new
Launch
Based
Debug
Adapter
Factory
(
)
:
LaunchBasedDebugAdapterFactory
Returns
LaunchBasedDebugAdapterFactory
Properties
Protected
Readonly
process
Factory
process
Factory
:
RawProcessFactory
Protected
Readonly
process
Manager
process
Manager
:
ProcessManager
Methods
Private
child
Process
child
Process
(
executable
:
DebugAdapterExecutable
)
:
RawProcess
Parameters
executable:
DebugAdapterExecutable
Returns
RawProcess
connect
connect
(
debugServerPort
:
number
)
:
CommunicationProvider
Parameters
debugServerPort:
number
Returns
CommunicationProvider
start
start
(
executable
:
DebugAdapterExecutable
)
:
CommunicationProvider
Parameters
executable:
DebugAdapterExecutable
Returns
CommunicationProvider
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
Launch
Based
Debug
Adapter
Factory
constructor
process
Factory
process
Manager
child
Process
connect
start
DebugAdapterFactory implementation based on launching the debug adapter as separate process.