onDidChangeActiveDebugSession property
Event<DebugSession?>
get
onDidChangeActiveDebugSession
An {@link Event} which fires when the {@link debug.activeDebugSessionactive debug session}
has changed. Note that the event also fires when the active debug session changes
to undefined
.
Implementation
_i3.Event<_i3.DebugSession?> get onDidChangeActiveDebugSession =>
_i4.getProperty(
this,
'onDidChangeActiveDebugSession',
);