Sep 17, 2013

Visual Studio - tracking multiple web projects in single instance

I have 2 webapi's  in one solution.
They communicate with eachother.
Question is how to debug both of them in same time.
Select solution, not project!
Go to properties of solution and select Startup project.
Choose multiple projects as startup.
Now VS will start multiple projects in standalone W3WP processes and all debug breakpoints will be loaded for all projects.

No comments:

Post a Comment