Debugging changes
- Introduce new const DEBUG bool in the emper namespace
- Remember the Context's fiber
- Use
if constexpr(emper::DEBUG)instead of#ifndef NDEBUGto exclude debug code from release builds
if constexpr(emper::DEBUG) instead of #ifndef NDEBUG to exclude debug code from release builds