zacaj
zacaj

Reputation: 2065

Start Two Instances of Same Project in Visual Studio 2010

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

Answers (1)

Alex.Ritna
Alex.Ritna

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

Related Questions