diff --git a/include/config.hpp b/include/config.hpp index 6e3e9ac..7851c86 100644 --- a/include/config.hpp +++ b/include/config.hpp @@ -10,8 +10,8 @@ namespace cewrapper struct Config { - bool debugging{}; - bool extra_debugging{}; + bool debugging{true}; + bool extra_debugging{true}; bool suspend_after_start{}; int time_limit_ms{}; int loopwait_ms{ 500 };