Run multiple copies of an app from Visual Studio
Posted
by HeavyWave
on Stack Overflow
See other posts from Stack Overflow
or by HeavyWave
Published on 2010-06-03T06:55:33Z
Indexed on
2010/06/03
7:24 UTC
Read the original article
Hit count: 185
visual-studio
|debugging
How can I run multiple copies of the same app in Debug with Visual Studio? For instance, how do I run app.exe /option1
and app.exe /option2
and still debug both? I know I can run them manually and then attach, but I want an automated solution.
I have tried writing a small console app just to run 2 processes, but obviously they are not being run under debugger. Any ideas?
© Stack Overflow or respective owner