How do I start the debugging process on a remote computer?
问题 I'm setting up a Visual studio remote debugging session for a standard Windows Forms application written in C#. On the Internet are a lot of stories about how to set up the remote computer and MSVCMON.EXE, but I can't find any stories about what to do on my computer to make sure that my program is debugged on the remote computer when I press START DEBUGGING. So what should I do to make remote debugging possible? 回答1: After some research I have found how to do it, even if you are working in a