kDebugMode top-level constant

bool const kDebugMode

A constant that is true if the application was compiled in debug mode.

Implementation

const bool kDebugMode = !kReleaseMode && !kProfileMode;