复制代码 ProgramFiles\Microsoft Visual Studio14.0\Common7\IDE\Remote Debugger 启动远程调试器 Remote Debugger文件夹里面会有x86、x64两个文件夹对应相应版本的工具,根据服务器的系统环境进入相应的文件夹并以管理员身份运行里面的远程调试器msvsmon.exe。 上面就是我们运行的远程调试器,它默认是Windows身份验证的。打...
Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\Remote Debugger\x64\msvsmon.exe Share the Remote Debugger folder on the Visual Studio computer. On the remote computer, run msvsmon.exe from the shared folder. Follow the setup instructions.提示...
直接拷贝 Visual Studio对应安装目录下:{drive}\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\Remote Debugger下的文件至远程服务器 方法2: 在设备或服务器您想要调试的计算机 (而不运行 Visual Studio 的计算机),获取远程工具的正确版本。 在下载页上,选择与你的操作系统 (x86、 x64、 ARM、 或 ARM64)...
从主机VS的安装目录中拷贝Remote Debugger文件夹至你要远程的服务器。可以放到任意位置,不影响程序运行。 复制代码 Program Files\Microsoft Visual Studio 14.0\Common7\IDE\Remote Debugger 1. 启动远程调试器 Remote Debugger文件夹里面会有x86、x64两个文件夹对应相应版本的工具,根据服务器的系统环境进入相应的文件...
ProgramFilesMicrosoft Visual Studio14.0Common7IDERemote Debugger 启动远程调试器 Remote Debugger文件夹里面会有x86、x64两个文件夹对应相应版本的工具,根据服务器的系统环境进入相应的文件夹并以管理员身份运行里面的远程调试器msvsmon.exe。 上面就是我们运行的远程调试器,它默认是Windows身份验证的。打开工具>选项 配...
Remote Debugger 网络已经准备好了,还需要一个VisualStudio自带的远程调试工具Remote Debugger放至远程调试机器上,这个Remote Debugger一般的位置在C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\Remote Debugger,可以参考我的本地路径,这里面有两个版本x64和x86,根据你的程序选择对应的...
VS2017新建了一个Winform项目,运行,报错:Visual Studio Remote Debugger(MSVSMON.EXE)failed to start 研究了一分钟,找到了解决办法:设置一下调试平台即可。 新建项目默认的调试平台是Any CPU, 这里要改成x86或者x64。如果没有就新建一个。 问题解决。
Visual Studio 2017: 4022 Visual Studio 2015: 4020 Visual Studio 2013: 4018 Visual Studio 2012: 4016 In other words, the number of the port assigned to the remote debugger is incremented by 2 for each release. You can set a different port number if you like. We will expla...
简介:原文:Visual Studio 2017 调试器的工作进程(msvsmon.exe)意外退出 调试将终止开发环境: Windows 10 in Parallels Desktop Visual Studio 15.6 场景还原: 使用 Visual Studio 15.6 (即 Visual Studio 2017) 新建 ASP.NET Core MVC 项目,启动调试,提示: 调试器的工作进程(msvsmon.exe)意外退出。
I always just run it directly from a share from where it's installed on my VS machine (C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\Remote Debugger)DaveWednesday, April 5, 2017 6:17 PMThanks, I found this folder, and as it turns out, there was only one...