I’m working on a solution that has three projects, all of which run when I start debugging. It gets annoying because if I want to debug an aspect of a particular project that isn’t my startup project, I’ve got to attach the process every time.
Is there any way to have the debugger automatically attach to all projects?
Thanks for your help 🙂
Cheers
Iain
Why don’t you simply set all 3 projects as your startup projects? This way you won’t need to attach at all?
Simply go to the properties for you solution and select ‘Multiple startup projects’.