Visual Studio - Attach to process shortcut

Viewed 41704

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 do this for me?

12 Answers

Alt+Shift+P to reattach the last attached process.

It works for me in Visual Studio 2017.

Related