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

--HG--
branch : develop
This commit is contained in:
kervala 2015-11-15 18:33:09 +01:00
parent c83ea11e84
commit 6d52aa7077

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