是否有调试客户端/服务器应用程序的快捷方式?
我正在使用 Visual Studio 2010 创建客户端/服务器游戏 (C#)。
我发现自己经常执行此例程:运行主服务器应用程序(按 F5),然后调试第一个和第二个客户端(右键单击客户端项目并选择为每个客户端启动新实例)。
这个例程有什么捷径吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
右键单击该解决方案,单击“属性”,选择“启动项目”,然后将两个项目设置为运行。
Right-click the solution, click Properties, select Startup Project, and set both projects to run.