Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Remote debugging javascript on iPad from a Windows machine possible?

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

The safari on iPad has a web inspect option that needs the iPad to be connected by wire to computer and then can be accessed in Safari for desktop's develop menu. I installed Safari 5 for Windows but don't see the iPad detected in the develop menu.

Any other ideas ?

like image 502
devcoder Avatar asked Nov 04 '22 02:11

devcoder


1 Answers

The Firefox Tools Adaptor allows one to use Firefox DevTools for Safari on iOS.

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

like image 50
erikvold Avatar answered Nov 09 '22 16:11

erikvold