Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS Community 2015, attach to process command missing from debug and tools menus?

I just "upgraded" from VS Express 2013 to VS Community 2015 and I can't find the Attach to process command anywhere.

I can access it using the shortcut Ctrl+Alt+P, but I can't find how to get to it other than that, and I'm curious where it might be or why it's missing since the help documentation for VS 2015 says it should be found within the Debug menu.


In VS 2013 I always accessed it from the Debug menu, but it was also available in the Tools menu.


Here are screenshots from the Debug and Tools menus in VSC 2015:

Debug menu Tools menu

like image 761
CBRF23 Avatar asked Aug 18 '15 20:08

CBRF23


1 Answers

I don't know why the "Attach to Process..." menu isn't showing up for you, but should be able to add it manually to the Debug menu using the "Customize..." option under the Tools menu.

Visual Studio 2015 Customize Dialog

like image 116
Ross Ridge Avatar answered Oct 14 '22 07:10

Ross Ridge