isInDebug top-level constant

bool const isInDebug

Returns true if the current code is executing in debug mode

Implementation

const bool isInDebug = kDebugMode;