|
@@ -222,6 +222,9 @@ void UpdateFPExceptionsMaskForThreads()
|
|
//////////////////////////////////////////////////////////////////////////
|
|
//////////////////////////////////////////////////////////////////////////
|
|
int DebugCallStack::handleException(EXCEPTION_POINTERS* exception_pointer)
|
|
int DebugCallStack::handleException(EXCEPTION_POINTERS* exception_pointer)
|
|
{
|
|
{
|
|
|
|
+ AZ_TracePrintf("Exit", "Exception with exit code: 0x%x", exception_pointer->ExceptionRecord->ExceptionCode);
|
|
|
|
+ AZ::Debug::Trace::PrintCallstack("Exit");
|
|
|
|
+
|
|
if (gEnv == NULL)
|
|
if (gEnv == NULL)
|
|
{
|
|
{
|
|
return EXCEPTION_EXECUTE_HANDLER;
|
|
return EXCEPTION_EXECUTE_HANDLER;
|