msdev remote debugging


VisualStudio can remotely debug native/.net processes using a fairly painless process. Just copy <VS InstallPath>\Common7\Packages\Debugger over to the target machine and run msvcmon.exe. Needless to say, this can make life much better when the target machine is much different than your development machine.