Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/debug
common/debug-configuration
DebugSessionOptions
Interface DebugSessionOptions
interface
DebugSessionOptions
{
compact
?:
boolean
;
consoleMode
?:
DebugConsoleMode
;
lifecycleManagedByParent
?:
boolean
;
noDebug
?:
boolean
;
parentSessionId
?:
string
;
suppressDebugStatusbar
?:
boolean
;
suppressDebugView
?:
boolean
;
suppressSaveBeforeStart
?:
boolean
;
testRun
?:
{
controllerId
:
string
;
runId
:
string
}
;
}
Index
Properties
compact?
console
Mode?
lifecycle
Managed
By
Parent?
no
Debug?
parent
Session
Id?
suppress
Debug
Statusbar?
suppress
Debug
View?
suppress
Save
Before
Start?
test
Run?
Properties
Optional
compact
compact
?:
boolean
Optional
console
Mode
consoleMode
?:
DebugConsoleMode
Optional
lifecycle
Managed
By
Parent
lifecycleManagedByParent
?:
boolean
Optional
no
Debug
noDebug
?:
boolean
Optional
parent
Session
Id
parentSessionId
?:
string
Optional
suppress
Debug
Statusbar
suppressDebugStatusbar
?:
boolean
Optional
suppress
Debug
View
suppressDebugView
?:
boolean
Optional
suppress
Save
Before
Start
suppressSaveBeforeStart
?:
boolean
Optional
test
Run
testRun
?:
{
controllerId
:
string
;
runId
:
string
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
compact
console
Mode
lifecycle
Managed
By
Parent
no
Debug
parent
Session
Id
suppress
Debug
Statusbar
suppress
Debug
View
suppress
Save
Before
Start
test
Run
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...