Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 297
Jan Avatar asked Jan 11 '13 14:01

Jan


1 Answers

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

like image 146
Chris Lundie Avatar answered Sep 22 '22 06:09

Chris Lundie