Set the mach exception default to MachException_SuppressDebugging for now, so that...
authorGeoff Norton <grompf@gmail.com>
Mon, 9 Feb 2015 04:36:28 +0000 (20:36 -0800)
committerGeoff Norton <grompf@gmail.com>
Mon, 9 Feb 2015 04:37:04 +0000 (20:37 -0800)
src/pal/src/exception/machexception.cpp

index 413fd50..55bb3ae 100644 (file)
@@ -123,7 +123,7 @@ enum MachExceptionMode
     MachException_SuppressManaged   = 4,
 
     // Default value to use if environment variable not set.
-    MachException_Default           = 0,
+    MachException_Default           = 2,
 };
 
 static exception_mask_t GetExceptionMask()