Commit fc6fbd01 authored by Alexandre Julliard's avatar Alexandre Julliard

We no longer need to pass --debugmsg -all to winedbg.

parent aee74677
...@@ -307,7 +307,7 @@ static BOOL start_debugger(PEXCEPTION_POINTERS epointers, HANDLE hEvent) ...@@ -307,7 +307,7 @@ static BOOL start_debugger(PEXCEPTION_POINTERS epointers, HANDLE hEvent)
else else
{ {
cmdline = HeapAlloc(GetProcessHeap(), 0, 80); cmdline = HeapAlloc(GetProcessHeap(), 0, 80);
sprintf(cmdline, "winedbg --debugmsg -all --auto %ld %ld", sprintf(cmdline, "winedbg --auto %ld %ld",
GetCurrentProcessId(), (ULONG_PTR)hEvent); GetCurrentProcessId(), (ULONG_PTR)hEvent);
} }
......
...@@ -87,7 +87,7 @@ HKLM,Software\Microsoft\Windows NT\CurrentVersion\Fonts,,,"" ...@@ -87,7 +87,7 @@ HKLM,Software\Microsoft\Windows NT\CurrentVersion\Fonts,,,""
HKLM,Software\Microsoft\Windows NT\CurrentVersion\Hotfix\Q246009,"Installed",,"1" HKLM,Software\Microsoft\Windows NT\CurrentVersion\Hotfix\Q246009,"Installed",,"1"
[Debugger] [Debugger]
HKLM,Software\Microsoft\Windows NT\CurrentVersion\AeDebug,"Debugger",,"winedbg --debugmsg -all %ld %ld" HKLM,Software\Microsoft\Windows NT\CurrentVersion\AeDebug,"Debugger",,"winedbg %ld %ld"
HKLM,Software\Microsoft\Windows NT\CurrentVersion\AeDebug,"Auto",,"1" HKLM,Software\Microsoft\Windows NT\CurrentVersion\AeDebug,"Auto",,"1"
[Desktop] [Desktop]
......
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