There are several different ways to break into remote debugging. The main scenario is probably our debugging MPI cluster. There you can create a new MPI project, configure it to run in an HP HPC cluster, and we will analyze everything you need in the cluster and set up a remote debugging session.
The "deploy everything you need" part, although it can be done on its own for normal remote debugging scripts. This is more or less standard remote VS debugging with the addition of PTVS. The main steps for this: 1) Install the Visual Studio remote debugger components on the remote machine 2) Install PTVS on the remote computer 3) Run the VS remote debugger (msvsmon)
Then you can do Debug-> Attach to Process, select a machine and start debugging.
source share