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

This commit is contained in:
Alexandre Julliard 2004-03-12 02:05:11 +00:00
parent aee7467731
commit fc6fbd01d4
2 changed files with 2 additions and 2 deletions

View file

@ -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);
}

View file

@ -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]