Remote Debug Win8 Surface App from VS2012

。_饼干妹妹 提交于 2020-01-14 09:52:47

问题


I'm trying to debug a Windows Store app from within VS2012 on a Microsoft Surface RT tablet. Both the desktop development system and the Surface tablet are on the same subnet (191.168.1.x). I've installed the Remote Debugging Tools for ARM on the tablet, and can fire up the Remote Debugging Monitor on it.

When I try to Find the tablet from within the VS2012 project's Debug property page, nothing is found (i.e., the find process can't locate the tablet). From running ipconfig on the tablet I know that its IP address is 192.168.1.140. The desktop system's IP address is 192.168.1.2.

My desktop system is part of a domain, which I know introduces complications. I've made the user accounts on the two systems identical in terms of user names and passwords (the desktop user ID is mark, in the "example.com" domain, while the tablet's user ID is "mark@example.com").

I tried configuring the remote debugger on the tablet to ignore authentication (i.e., setting it to allow any user to debug, and not enforcing security). The problem still persists.

This feels like a "port not open", or "port blocked by firewall" issue. But I can't find any documentation on what ports VS2012 needs for remote debugging.

FWIW, I did notice one thing in the midst of flailing around: pinging the tablet from the desktop, or the desktop from the tablet, fails. As does tracert. Yet both machines are connected to the internet through my Linux firewall/router, and the Linux system can ping both the desktop and the tablet.

来源:https://stackoverflow.com/questions/13339222/remote-debug-win8-surface-app-from-vs2012

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!