User-166373564 posted
Hi
The Visual Studio Remote Tools lets you run, debug, and test an application that is running on one device from another computer that is running Visual Studio.
To debug on a remote device:
-
The remote device and the Visual Studio computer must be connected over a network or connected directly through an Ethernet cable. Debugging over the internet is not supported.
-
The remote device must be running the remote debugging components.
-
You must be an administrator to install the remote debugger on the remote device. To communicate with the remote debugger, you must have user access to the remote device.
For this issue, please check whether you have set up remote debugging on the device properly,
# Set Up Remote Debugging on the Device:
http://msdn.microsoft.com/en-us/library/vstudio/bt727f1t.aspx
Regards