onDidTerminateDebugSession property
Event<DebugSession>
get
onDidTerminateDebugSession
An {@link Event} which fires when a {@link DebugSessiondebug session} has terminated.
Implementation
_i3.Event<_i3.DebugSession> get onDidTerminateDebugSession => _i4.getProperty(
this,
'onDidTerminateDebugSession',
);