Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
debug
DebugSessionContributionRegistry
Interface DebugSessionContributionRegistry
Debug session contribution registry.
interface
DebugSessionContributionRegistry
{
get
(
debugType
)
:
undefined
|
DebugSessionContribution
;
}
Implemented by
DebugSessionContributionRegistryImpl
Index
Methods
get
Methods
get
get
(
debugType
)
:
undefined
|
DebugSessionContribution
Parameters
debugType
:
string
Returns
undefined
|
DebugSessionContribution
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
get
Theia TypeDoc
Loading...
Debug session contribution registry.