Theia API Documentation v1.73.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/debug
browser/debug-session-contribution
DefaultDebugSessionFactory
Class DefaultDebugSessionFactory
The
debug session
factory.
Hierarchy (
View Summary
)
DefaultDebugSessionFactory
PluginDebugSessionFactory
Implements
DebugSessionFactory
Index
Constructors
constructor
Properties
container
Methods
create
Session
get
Trace
Output
Channel
Constructors
constructor
new
DefaultDebugSessionFactory
(
container
:
Container
)
:
DefaultDebugSessionFactory
Parameters
container
:
Container
Returns
DefaultDebugSessionFactory
Properties
Protected
Readonly
container
container
:
Container
Methods
create
Session
createSession
(
sessionId
:
string
,
options
:
DebugConfigurationSessionOptions
,
parentSession
?:
DebugSession
,
)
:
DebugSession
Parameters
sessionId
:
string
options
:
DebugConfigurationSessionOptions
Optional
parentSession
:
DebugSession
Returns
DebugSession
Protected
get
Trace
Output
Channel
getTraceOutputChannel
()
:
undefined
|
OutputChannel
Returns
undefined
|
OutputChannel
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
container
Methods
create
Session
get
Trace
Output
Channel
Eclipse Theia Website
GitHub
Theia API Documentation v1.73.0
Loading...
The debug session factory.