Skip to content

Commit

Permalink
enable all the debugging for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
partouf authored Aug 30, 2023
1 parent 1e0c3be commit 0ea0718
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 };
Expand Down

0 comments on commit 0ea0718

Please sign in to comment.