本文介绍了禁用即时调试器通知的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


如何摆脱Visual Studio即时调试器窗口?我已按照此处描述的步骤禁用了Visual Studio中的JIT  https://docs.microsoft.com/en-us/visualstudio/debugger/debug-using-the-just-in-time-debugger?view = vs-2017
但我仍然收到很多通知,特别是来自Microsoft Edge。我真的不想调试它! :)



这是我一直得到的窗口:




来自https://answers.microsoft.com/en-us/windows/forum/windows_10-performance/disable-just-in-time-的重新发布debugger-notification / 2f9b476d-3a89-45c6-8311-9b53c3e2e3ef


解决方案

Hi,

Any ideas how to get rid of Visual Studio Just-In-Time Debugger window? I already disabled JIT in visual studio following steps described here https://docs.microsoft.com/en-us/visualstudio/debugger/debug-using-the-just-in-time-debugger?view=vs-2017 But I'm still getting a lot of notification especially from Microsoft Edge. I really don't want to debug it! :)

Here's the window I'm getting all the time:

It's repost from https://answers.microsoft.com/en-us/windows/forum/windows_10-performance/disable-just-in-time-debugger-notification/2f9b476d-3a89-45c6-8311-9b53c3e2e3ef

解决方案


这篇关于禁用即时调试器通知的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-26 11:10