Is it possible to remotely debug javascript on an iPad from a Windows machine?

I have an iPad with iOS 6.1 connected to a Windows 8 machine. I would like to be able to debug javascript code running on the iPad.

Safari on the iPad has the option of checking web pages, in which the iPad must be wired to the computer, and then available in Safari for desktop development. I installed Safari 5 for Windows, but do not see the iPad in the development menu.

Any other ideas?

+5
source share
3 answers

The Firefox Tools adapter allows you to use Firefox DevTools for Safari on iOS.

https://github.com/mozilla/valence#debugging-safari-firefox-and-other-webviews-on-ios

+1
source

debuggin Weinre.

Weinre , , JavaScript.

WebInspector DOM, , , .

GitHub: weinre-remote-debug, .

+1

, , jsconsole.com. <script> ( ), JS.

jsconsole.com :listen . script, - .

enter image description here

, , , - , !

enter image description here

, , -, , Mac.

: https://blog.idrsolutions.com/2015/02/remote-debugging-ios-safari-on-os-x-windows-and-linux/

0

All Articles