mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-24 17:49:52 +01:00
improve crash logs
This commit is contained in:
parent
c7358ea488
commit
dede1815fa
@ -60,8 +60,10 @@ int dbg_exception_handler(EXCEPTION_POINTERS* exception)
|
|||||||
}
|
}
|
||||||
|
|
||||||
TRACE(
|
TRACE(
|
||||||
"Exception at %p (%08X) %s\n",
|
"Exception at %p (%p+%p), Code=%08X - %s\n",
|
||||||
exception->ExceptionRecord->ExceptionAddress,
|
exception->ExceptionRecord->ExceptionAddress,
|
||||||
|
mod,
|
||||||
|
(int)exception->ExceptionRecord->ExceptionAddress - (int)mod,
|
||||||
exception->ExceptionRecord->ExceptionCode,
|
exception->ExceptionRecord->ExceptionCode,
|
||||||
filename);
|
filename);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user