For Windows Forms projects, you can start your deployed application from its executable file before starting the debugger, and then attach to the running process from the debugger.
Select
to detach from the process. This gives you more flexibility than simply using just-in-time (JIT) debugging.