art yerkes wrote:
I want to change the usermode exception reporter to
make stack
traces in this form:
(KERNEL32:except/except.c:184) 6dc00000+cb991 C:\dl\libgtk-0.dll
rather than this from:
(KERNEL32:except/except.c:184) 6dccb991 C:\dl\libgtk-0.dll
My form is less compact but gives more information (namely, the offset in
the target module). It's a simple change but I wanted to see if anyone
objected strongly.
May I recommend we totally ditch
"(KERNEL32:except/except.c:184)"
?
There's no point in showing that information! It's a misuse of a debugging
function.
Best regards,
Alex Ionescu