mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
Modified unhandled exception message to contain also thread
identifier.
This commit is contained in:
parent
286c605583
commit
f872d9a30d
@ -233,7 +233,7 @@ static BOOL start_debugger(PEXCEPTION_POINTERS epointers, HANDLE hEvent)
|
||||
static const WCHAR DebuggerW[] = {'D','e','b','u','g','g','e','r',0};
|
||||
static const WCHAR AutoW[] = {'A','u','t','o',0};
|
||||
|
||||
MESSAGE("wine: Unhandled exception, starting debugger...\n");
|
||||
MESSAGE("wine: Unhandled exception (thread %04lx), starting debugger...\n", GetCurrentThreadId());
|
||||
|
||||
attr.Length = sizeof(attr);
|
||||
attr.RootDirectory = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user