How to connect to iPhone's webkit debugger?

Jan picture Jan · Jan 11, 2013 · Viewed 11.2k times · Source

new iOS 6 feature is, that you can debug html and javascript running on device or simulator in desktop safari. I suppose, that this feature is based on Webkit Remote Debugging Protocol.

How can I connect to webkit running on iPhone without desktop Safari?

I can do this for mobile Chrome running on Android using websockets, but how can I do that for iOS devices?

Answer

Chris Lundie picture Chris Lundie · Apr 26, 2013

The ios-webkit-debug-proxy project (from Google!) does this.