Reputation: 2065
I'm trying to develop a multiplayer game in C++ with MSVC 2010, and I want to have it open two debuggable instances of my exe when I hit Start Debugging.
Upvotes: 0
Views: 1127
Reputation: 1984
You can right click a project in your solution and select Debug > Start new instance to load multiple instances at once.
Upvotes: 1