Remote HTML Debugging for Microsoft Surface RT

Hi, I am developing a web application (HTML, Js, CSS) that should also be available on touch devices, including IE 10/11 on Microsoft Surface RT tablets.

More precisely, I would like to attach my PC Explorers Developers Tools for the device to be able to check HTML / CSS and debug JS, as I do with Firebug or any dev browser tools (as I did with Firefox for Google and Nexus Nexus - with MAC - for iPad), but I can’t find it or find resources.

I found only this question and this link , which is probably for Store Apps (I have not installed it yet), and I was wondering if there was anything easier than installing the extension for Visual Studio, although I have Windows 8.1 and VS2013 . If possible, I would prefer to use only Explorer and developer tools for "simple HTML-JS-CSS debugging." Thank.

+4
source share

Source: https://habr.com/ru/post/1536097/


All Articles