Visual Studio - Attach to process shortcut

后端 未结 12 762
情歌与酒
情歌与酒 2020-11-27 16:42

When I want to debug I have to do Debug->Attach to Process -> Look for a process in the list -> Attach.

I was wondering if I can create some kind of a shortcut to

12条回答
  •  一向
    一向 (楼主)
    2020-11-27 17:23

    Addins are probably a better way to do this now. I use one called "Attach to anything". You can find them in Visual Studio 2012. Go to "Tools" -> "Extensions and updates", search for "attach", and install "attach to anything".

    Also see: Automate "Attach to Process" in Visual Studio 2012

提交回复
热议问题