Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
debug
DebugSessionFactory
Interface DebugSessionFactory
The
debug session
factory.
interface
DebugSessionFactory
{
get
(
manager
,
sessionId
,
options
,
parentSession
?
)
:
DebugSession
;
}
Implemented by
DefaultDebugSessionFactory
Index
Methods
get
Methods
get
get
(
manager
,
sessionId
,
options
,
parentSession
?
)
:
DebugSession
Parameters
manager
:
DebugSessionManager
sessionId
:
string
options
:
DebugSessionOptions
Optional
parentSession
:
DebugSession
Returns
DebugSession
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
get
Theia TypeDoc
Loading...
The debug session factory.