How to set up remote debugging on a machine without Visual Studio
问题 Is there a way to set up Remote Debugging (Msvscom.exe) on a machine that does not have Visual Studio installed? I would like to attach to the service running on the VM so I can debug an issue in the code. I've done this before but both machines have had VS installed. The Dev box is running Visual Studio 2010/Windows 7. The VM is running Windows 7 without Visual Studio. 回答1: I'm going to resurrect this because anyone who's tried to do this knows it's a complete pain in the ass every time, and