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?
You can use Attach to Process to debug running apps on local or remote computers, debug multiple processes simultaneously, debug apps that weren't created in Visual Studio, or debug any app you didn't start from Visual Studio with the debugger attached.
F5 is used to start your project in debug mode and Ctrl-F5 is used to start your project without debug mode.
Add the free Reattach Extension for Visual Studio. Ask it to reattach to the process name before it is launched. It will pop a modal dialog saying it is waiting for the process name to launch. Now launch the process and the Visual Studio debugger will attach immediately, catching exceptions and hitting breakpoints.
The shortcut is Ctrl+Alt+P in Visual Studio 2005 and above
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With