Multiple projects in a solution - debug different ones?

  • Thread starter Thread starter UJ
  • Start date Start date
U

UJ

Is there a way when you have more than one project in a solution to debug
each of them? The only way I've seen to be able to run the multiple pieces
is to have one set as the default project and then run the executable for
another. Problem is you can't debug the other one - only the one that is set
to startup.

TIA - Jeff.
 
Jeff,

If you right click on the solution and check the properties, under the
"Startup Project" section, you will be able to specify which projects you
want to run as a startup project. You can select multiple ones, if you want
to start more than one app in your solution.

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top