Protected
Readonly
_Protected
_Protected
_Protected
_Protected
Readonly
breakpointsProtected
Readonly
childProtected
Readonly
connectionProtected
Readonly
debugProtected
Readonly
deferredProtected
didThe send('initialize')
request could resolve later than on('initialized')
emits the event.
Hence, the configure
would use the empty object capabilities
.
Using the empty capabilities
could result in missing exception breakpoint filters, as
always capabilities.exceptionBreakpointFilters
is falsy. This deferred promise works
around this timing issue. https://github.com/eclipse-theia/theia/issues/11886
Protected
Readonly
editorProtected
Readonly
fileReadonly
iddefault: parent id + position among siblings
Protected
initializedProtected
isProtected
Readonly
labelProtected
Readonly
messagesReadonly
onReadonly
onProtected
Readonly
onProtected
Readonly
onProtected
Readonly
onProtected
Readonly
onReadonly
optionsReadonly
parentProtected
pendingProtected
Readonly
scheduleProtected
Readonly
sourcesProtected
Readonly
stopNumber of millis after a stop
request times out. It's 5 seconds by default.
Protected
Readonly
terminalProtected
Readonly
terminalProtected
Readonly
toProtected
Readonly
toProtected
updatingProtected
Readonly
workspacedefault: true
Protected
asProtected
clearProtected
clearProtected
clearProtected
configureProtected
dedupProtected
doProtected
doOptional
stoppedDetails: StoppedDetailsOptional
context: stringProtected
findReturns the top-most parent session that is responsible for the console. If this session uses a DebugConsoleMode.Separate separate console or does not have any parent session, undefined is returned.
Protected
fireProtected
fireProtected
getOptional
uri: URIProtected
getOptional
uri: URIProtected
handleProtected
handleInvoked when sending the disconnect
request to the debugger is rejected or timed out.
Protected
handleProtected
handleInvoked when sending the terminate
request to the debugger is rejected or timed out.
Protected
handleProtected
initializeProtected
launchProtected
registerProtected
runProtected
sendProtected
sendProtected
sendOptional
timeout: numberProtected
sendOptional
sourceModified: booleanProtected
setProtected
setProtected
updateThe id
attribute is used to find the target breakpoint, the other attributes are used as the new values.
The reason for the event. Values: 'changed', 'new', 'removed', etc.
Protected
updateProtected
updateProtected
updateOptional
stoppedDetails: StoppedDetailsProtected
update
FIXME: make injectable to allow easily inject services