VS2015 SP3 remote debug illegal characters in path

后端 未结 3 2090
悲&欢浪女
悲&欢浪女 2021-01-19 06:53

After upgrading Visual Studio 2015 to Update 3 the remote debugging stops working. While trying to debug the error occurs:

Severity Code Description Project Fi

3条回答
  •  囚心锁ツ
    2021-01-19 07:48

    The remote device should have a Visual Studio 2015 Remote Debugger tool uploaded to allow remote debugging. This tool differs between Visual Studio versions. So after Visual Studio upgrade it is needed to also update Remote Debugger tool on remote device. The tool is located usually in directory: C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\Remote Debugger

提交回复
热议问题