activeDebugSession property

DebugSession? get activeDebugSession

The currently active {@link DebugSessiondebug session} or undefined. The active debug session is the one represented by the debug action floating window or the one currently shown in the drop down menu of the debug action floating window. If no debug session is active, the value is undefined.

Implementation

_i3.DebugSession? get activeDebugSession => _i4.getProperty(
      this,
      'activeDebugSession',
    );