Visual studio 2012 and later do not support MPI debugging. However, there is a workaround:
Run debugging by specifying mpiexec.exe as your command and related parameters and the name of your executable as arguments to the command:
Command-> mpiexec.exe
CommandArguments-> -n 2 myapp.exe
, Debug- > Attach ... . , , , .
, , Reattach, ,
, , MPI : (