improve crash logs
This commit is contained in:
parent
c7358ea488
commit
dede1815fa
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue