Fixed: Revert back TrapCrashInDebugger to false else VC++ can't intercept exceptions and we'll be unable to debug :(

This commit is contained in:
kervala 2015-11-15 18:33:09 +01:00
parent f9125741c4
commit 9ca49a8d0f

View file

@ -79,8 +79,7 @@ using namespace std;
#define LOG_IN_FILE NEL_LOG_IN_FILE
// If true, debug system will trap crash even if the application is in debugger
//static const bool TrapCrashInDebugger = false;
static const bool TrapCrashInDebugger = true;
static const bool TrapCrashInDebugger = false;
#ifdef DEBUG_NEW
#define new DEBUG_NEW