debugInstrumentationEnabled top-level property Null safety

bool debugInstrumentationEnabled
read / write

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;