按名称附加到Visual Studio进程

时间:2014-02-13 19:46:32

标签: visual-studio

对于我的开发,我经常需要按名称附加到正在运行的进程(通常是在不同用户帐户下运行的Windows服务)。这样做很繁琐:

Debug
Attach to Process...
Select Attach To to switch between Native and Managed code
    (we use both in the same process so it's not set to automatic)
Scroll down to find it in the list
Hit Attach button
Agree to the confirmation to debug a windows service

因为它始终是相同的过程,理想情况下我想在自定义工具栏上有2个按钮(宏?)。一个附加托管调试,另一个附加本机调试。在这两种情况下,进程名称都内置在宏中。

有人能指出我正确的资源/文档来设置类似的内容吗?

1 个答案:

答案 0 :(得分:1)

可以为进程名称自定义的Visual Studio宏: Attach the VS Debugger to IIS’s Worker Process in a single keystroke

VS 2012的

Debug Attach Manager 2012扩展“提供了将Visual Studio debuger附加到Web应用程序池,Windows服务和其他进程的扩展功能。”