Set debugMode to true by default.
Compare changes
+ 5
− 5
@@ -45,7 +45,7 @@ public:
@@ -53,20 +53,20 @@ public:
@@ -103,7 +103,7 @@ private:
Created by: pnorbert
Let sophisticated users turn off the debugMode flag off. This change causes that examples/basics/value and examples/basics/globalArray to throw an exception. The examples are correct. The library needs to be fixed to handle the dimension definition API correctly to make the examples work again.