mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
We no longer need to pass --debugmsg -all to winedbg.
This commit is contained in:
parent
aee7467731
commit
fc6fbd01d4
@ -307,7 +307,7 @@ static BOOL start_debugger(PEXCEPTION_POINTERS epointers, HANDLE hEvent)
|
||||
else
|
||||
{
|
||||
cmdline = HeapAlloc(GetProcessHeap(), 0, 80);
|
||||
sprintf(cmdline, "winedbg --debugmsg -all --auto %ld %ld",
|
||||
sprintf(cmdline, "winedbg --auto %ld %ld",
|
||||
GetCurrentProcessId(), (ULONG_PTR)hEvent);
|
||||
}
|
||||
|
||||
|
@ -87,7 +87,7 @@ HKLM,Software\Microsoft\Windows NT\CurrentVersion\Fonts,,,""
|
||||
HKLM,Software\Microsoft\Windows NT\CurrentVersion\Hotfix\Q246009,"Installed",,"1"
|
||||
|
||||
[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"
|
||||
|
||||
[Desktop]
|
||||
|
Loading…
Reference in New Issue
Block a user