attached property

bool attached

True if debugger is already attached.

Implementation

bool get attached => _wrapped.attached;
void attached=(bool v)

Implementation

set attached(bool v) {
  _wrapped.attached = v;
}