Skip to content

Debugging changes

Florian Fischer requested to merge emper_debug into master
  • Introduce new const DEBUG bool in the emper namespace
  • Remember the Context's fiber
  • Use if constexpr(emper::DEBUG) instead of #ifndef NDEBUG to exclude debug code from release builds

Merge request reports