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 this be done?
I don't expect to actually be debugging more than one instance at a time, but still want the debugger in the look for all of them. Also I'm starting the app a few dozen time a day so it would have to be easy to do.