如何防止Visual Studio启动msvsmon.exe? [英] How to prevent Visual Studio from starting msvsmon.exe?

查看:94
本文介绍了如何防止Visual Studio启动msvsmon.exe?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我在Visual Studio中调试我的项目时,它会启动使用大量CPU的 msvsmon.exe 。 这个问题似乎是在我使用VSTS探查器后开始的。我不想远程调试。如何阻止Visual Studio从
启动msvsmon.exe?它太慢了,它干扰了我的调试任务。

解决方案

你好,


请检查项目属性页面中的start选项。


如果是托管项目(例如C#控制台项目),请转到属性 - >调试选项卡,请确保您没有启动外部程序。


如果是本机项目(例如C ++ Win32项目),请转到属性 - >配置属性 - >调试时,请确保配置正确。 (例如,在调试器中选择本地Windows调试器以启动下拉列表)


否则,请向我们提供更多信息以重现该问题。


非常感谢!


When I debug my project in Visual Studio it starts msvsmon.exe which uses lots of CPU. This problem seem to begin following my use of the VSTS profiler. I don't want remote debugging. How can I prevent Visual Studio from starting msvsmon.exe? It so slow that it is interfering with my debugging tasks.

解决方案

Hello,

Please check the start option in your project properties page.

If it is a managed project (e.g. C# console project), please go to Properties -> Debug tab, please make sure you don't start an external program.

If it is native project (e.g. C++ Win32 project), please go to Properties -> Configuration properties -> Debugging, please make sure the configuration is correct. (e.g. select Local Windows Debugger in Debugger to launch dropdown)

Otherwise, please provide us more information to reproduce the issue.

Thanks a lot!


这篇关于如何防止Visual Studio启动msvsmon.exe?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆