I want to run my project in debug mode from the command line, not from Visual Studio (VS is open).
Is there any parameter to add to the command?
Actually, I want to initialize multiple instances of my project at the same time (from bat file) and debug them – instead of pressing multiple F5.
You can start your executables from the command line by just typing their (path and) name.
You can later attach to those instances using Tools/Attach to Process…