Debugging the Sandbox
-
Has anyone been successful at attaching the Visual Studio remote debugger to any process in the Windows Sandbox VM? I set my Debug Launch profile to start the application on a remote machine, and it successfully connects to the remote debugger process in the Sandbox, but when it tries to launch the application as configured in the launch profile, it says "Unable to start process <PATH to exe>". The problem is that the path that it says it's trying to start is the path on my local machine, and not the path I have configured inside the launch profile to start on the remote machine. Has anyone figured this out? EDIT: I just realized that this problem is not only with the Sandbox VM, but with any VM on my machine. :(
The difficult we do right away... ...the impossible takes slightly longer.