Windows 10 即时(Just-In-Time)调试器设置

参考文章:
https://docs.microsoft.com/en-us/visualstudio/debugger/debug-using-the-just-in-time-debugger?view=vs-2019#jit_errors

在注册表键:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug
下,创建一个子项 Auto,值设置为 1 即可。

如果是64位机器,VS工程是 x86,需要设置这个注册表键:
HKEY_LOCAL_MACHINE\Software\WOW6432Node\Microsoft\Windows NT\CurrentVersion\AeDebug
也是把 Auto 设置为1。

你可能感兴趣的:(Windows 10 即时(Just-In-Time)调试器设置)