debugInstrumentationEnabled top-level property

bool debugInstrumentationEnabled
getter/setter pair

Boolean value indicating whether debugInstrumentAction will instrument actions in debug builds.

The framework does not use debugInstrumentAction internally, so this does not enable any additional instrumentation for the framework itself.

See also:

Implementation

bool debugInstrumentationEnabled = false;