Bring default registry in line with implicit default behaviour by
using the --auto option with winedbg.
This commit is contained in:
parent
1174e64928
commit
eb93b9de19
|
@ -114,7 +114,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 %ld %ld"
|
||||
HKLM,Software\Microsoft\Windows NT\CurrentVersion\AeDebug,"Debugger",,"winedbg --auto %ld %ld"
|
||||
HKLM,Software\Microsoft\Windows NT\CurrentVersion\AeDebug,"Auto",,"1"
|
||||
|
||||
[Desktop]
|
||||
|
|
Loading…
Reference in New Issue