configuration property

DebugConfiguration get configuration

The "resolved" {@link DebugConfigurationdebug configuration} of this session. "Resolved" means that

  • all variables have been substituted and
  • platform specific attribute sections have been "flattened" for the matching platform and removed for non-matching platforms.

Implementation

_i3.DebugConfiguration get configuration => _i5.getProperty(
      this,
      'configuration',
    );