onDidStartDebugSession property

Event<DebugSession> get onDidStartDebugSession

An {@link Event} which fires when a new {@link DebugSessiondebug session} has been started.

Implementation

_i3.Event<_i3.DebugSession> get onDidStartDebugSession => _i4.getProperty(
      this,
      'onDidStartDebugSession',
    );