Search code examples
javascriptdebuggingios6remote-debuggingweb-inspector

How to connect to iPhone's webkit debugger?


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?


Solution

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