Skip to content

Commit 0ea0718

Browse files
authored
enable all the debugging for testing
1 parent 1e0c3be commit 0ea0718

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/config.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ namespace cewrapper
1010

1111
struct Config
1212
{
13-
bool debugging{};
14-
bool extra_debugging{};
13+
bool debugging{true};
14+
bool extra_debugging{true};
1515
bool suspend_after_start{};
1616
int time_limit_ms{};
1717
int loopwait_ms{ 500 };

0 commit comments

Comments
 (0)