Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any shortcut for debugging client/server application?

I'm using Visual Studio 2010 to create a client/server game(C#).
I find myself doing this routine a lot: running the main server application(by pressing F5), and then debugging the first and the second clients(by right clicking on the client project and selecting start new instance for each client).
Is there any shortcut for this routine?

like image 308
Adir Avatar asked Mar 20 '26 16:03

Adir


1 Answers

Right-click the solution, click Properties, select Startup Project, and set both projects to run.

like image 83
SLaks Avatar answered Mar 23 '26 05:03

SLaks



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!