onDidReceiveDebugSessionCustomEvent property

Event<DebugSessionCustomEvent> get onDidReceiveDebugSessionCustomEvent

An {@link Event} which fires when a custom DAP event is received from the {@link DebugSessiondebug session}.

Implementation

_i3.Event<_i3.DebugSessionCustomEvent>
    get onDidReceiveDebugSessionCustomEvent => _i4.getProperty(
          this,
          'onDidReceiveDebugSessionCustomEvent',
        );