- added support for colors in output
- added option to not break into the debugger
- fixed example for adding overloads to stringify() - now works with gcc too - not just msvc
diff --git a/examples/dev_testing/main.cpp b/examples/dev_testing/main.cpp
index be6af72..08da086 100644
--- a/examples/dev_testing/main.cpp
+++ b/examples/dev_testing/main.cpp
@@ -12,6 +12,8 @@
 

     // overrides

     context.setOption("dt-case-sensitive", true);

+    context.setOption("dt-no-breaks", true);

+    //context.setOption("dt-no-colors", true);

     context.addFilter("dt-name", "zzz");

 

     // run