Commit f872d9a3 authored by Juraj Hercek's avatar Juraj Hercek Committed by Alexandre Julliard

Modified unhandled exception message to contain also thread

identifier.
parent 286c6055
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment