Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Remote debugging on Surface Pro 3

I've installed x64 version of remote debugging components for Visual Studio 2015 on my Surface Pro 3 with Intel Core i3 CPU and recently updated to Windows 10 Pro Insider Preview x64.

When I'm trying to debug remotely simple universal application from Visual Studio 2015 RC (development machine runs Windows 8.1 Pro) I'm having this error in the output window:

Error: Unable to connect to the Microsoft Visual Studio Remote Debugger named '192.168.1.2:4020 (hosthame)'. The remote debugger is older than this version of Visual Studio 2015 RC, and Visual Studio is no longer compatible with it. Please upgrade your remote debugger to match Visual Studio.

Also there are records of failed attempt to connect in the main (log) window of Remote Debugging Monitor.

So, is there any "more updated" version of remove debugger component for Visual Studio 2015 RC then the current one I'm using, which, btw, has version 14.0.22310.1 and was "built by: DP" (have no idea what does it mean)?

Or any thoughts about other ways to workaround this issue?

I'm looking into installing Visual Studio on the Surface directly, but would like to avoid it if possible.

like image 981
Sevenate Avatar asked May 01 '15 23:05

Sevenate


People also ask

How do I debug my surface?

After you have enabled developer mode, you can find the Surface Hub's IP address on the welcome screen. Select Start Debugging (F5) to deploy and debug your app on the Surface Hub, or press Ctrl+F5 to just deploy your app. If the Surface Hub is displaying the welcome screen, dismiss it by choosing any button.


2 Answers

OK, I'll google next time harder - Remote Tools for Visual Studio 2015 RC (this link is no longer available, please use the links bellow).

Update (2016-06-28)

Remote Tools for Visual Studio 2015 Update 3:

Download (this link is no longer available, please use the links bellow)

Update (2016-09-28)

  • x64 - Remote Tools for Visual Studio 2015 Update 3

  • x86 - Remote Tools for Visual Studio 2015 Update 3

  • ARM - Remote Tools for Visual Studio 2015

like image 182
Sevenate Avatar answered Sep 20 '22 07:09

Sevenate


Sevenate, your latest link is for the 2013 and not the 2015. Your second link still works, people just have to go to: Tools for Visual Studio 2015->Remote Tools for Visual Studio 2015 and download the one for Update 3. I hope this helps enter image description here

like image 41
andidegn Avatar answered Sep 19 '22 07:09

andidegn