简体   繁体   English

是否有类似于 Visual Studio 应用程序的任务管理器?

[英]Is there a task manager like application for visual studio?

Sometimes I experience Visual Studio 2010 being very sluggish.有时我会遇到 Visual Studio 2010 非常缓慢。 I have some plugins, like ReSharper for example, that I think could be the culprit.我有一些插件,例如 ReSharper,我认为这可能是罪魁祸首。 It would be nice if I could see the processes under visual studio to see what is using up all the CPU.如果我能在 Visual Studio 下看到进程以查看所有 CPU 的使用情况,那就太好了。 Basically what I am looking for is a Task Manager just like the one in Google Chrome but for Visual Studio.基本上我正在寻找的是一个任务管理器,就像谷歌浏览器中的一样,但适用于 Visual Studio。 I searched the internet and came up with nothing.我在互联网上搜索,却一无所获。

Unlike Chrome, Visual Studio does not use multiple processes.与 Chrome 不同,Visual Studio 不使用多个进程。 (Except when debugging applications) (调试应用程序时除外)

使用Process Explorer,您可以双击 devenv.exe 进程,然后在 Threads 选项卡下,您可以检查、挂起或终止(我不推荐后者)属于插件的线程,例如,VAssistX 线程通常有一个起始地址va_x.dll 区域中的某处。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM