This is for Visual Studio 2008.
I have Tools|Projects and Solutions|Build and Run|On Run, when projects are out of date set to Always build bec
Tools|Projects and Solutions|Build and Run|On Run, when projects are out of date
Always build
What I do is: Set a System.Diagnostics.Debugger.Launch() line in the code, run the program seperately, attach the debugger in VS.
System.Diagnostics.Debugger.Launch()