zDebugMode top-level constant

bool const zDebugMode

Whether running in debug mode.

Implementation

const bool zDebugMode = !zProfileMode && !zReleaseMode;