Fixed debugger registry key location.
This commit is contained in:
parent
c0adb215d9
commit
e8b74bfdda
|
@ -60,7 +60,7 @@
|
||||||
#
|
#
|
||||||
# Configuration for unhandled exceptions
|
# Configuration for unhandled exceptions
|
||||||
#
|
#
|
||||||
[MACHINE\Software\Microsoft\Windows NT\CurrentVersion\AeDebug]
|
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\AeDebug]
|
||||||
# command line to start a debugger when an exception occurs
|
# command line to start a debugger when an exception occurs
|
||||||
"Debugger"="debugger/winedbg %ld %ld"
|
"Debugger"="debugger/winedbg %ld %ld"
|
||||||
# to 1 if no message box has to be presented before running the debugger
|
# to 1 if no message box has to be presented before running the debugger
|
||||||
|
|
Loading…
Reference in New Issue