Tagged Questions
2
votes
2answers
842 views
Debug multiple copies of a program from one VS instance
I have a pre-alpha GUI program that I'm dogfooding and want to run under the debugger (for when things go wrong ;) but I don't want to have to launch a new copy of VS for each instance of the App. Can ...