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