Theia API Documentation v1.73.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/debug
browser/debug-session-contribution
DebugSessionFactory
Interface DebugSessionFactory
The
debug session
factory.
interface
DebugSessionFactory
{
createSession
(
sessionId
:
string
,
options
:
DebugSessionOptions
,
parentSession
?:
DebugSession
,
)
:
DebugSession
;
}
Implemented by
DefaultDebugSessionFactory
Index
Methods
create
Session
Methods
create
Session
createSession
(
sessionId
:
string
,
options
:
DebugSessionOptions
,
parentSession
?:
DebugSession
,
)
:
DebugSession
Parameters
sessionId
:
string
options
:
DebugSessionOptions
Optional
parentSession
:
DebugSession
Returns
DebugSession
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
create
Session
Eclipse Theia Website
GitHub
Theia API Documentation v1.73.0
Loading...
The debug session factory.