Skip to content

horch004/ios-webkit-debug-proxy-win32

 
 

Repository files navigation

iOS WebKit Debug Proxy Win32

Win32 port of ios-webkit-debug-proxy (https://github.com/google/ios-webkit-debug-proxy).

The ios-webkit-debug-proxy allows developers to inspect MobileSafari and UIWebViews on real and simulated iOS devices via the DevTools UI and WebKit Remote Debugging Protocol. DevTools requests are translated into Apple's Remote Web Inspector service calls.

For more info please refer to original README

Binaries

Get latest build from SourceForge : Release / Debug

Why win32 port?

Of course you can use any vm software to compile and run original ios-webkit-debug-proxy and forward usb/ports but it's not very cool, isn't it?

Notes

  • To debug with with ios-webkit-debug-proxy you need to have iTunes installed (after installation you can safely remove iTunes from Programs and Features, just leave Apple Mobile Device Support and Apple Application Support applications)
  • The project compilation was tested with VS2012 and VS2013 only

Troubleshooting

  • If when starting app you get the "connect: No error" message, please check that Apple Mobile Device service is running
  • If you see open pages of the iOS device for debugging, but when click on them you get a blank dev tools window just click on the shield icon in the address bar and choose "Load unsafe script"

About

Win32 port of ios-webkit-debug-proxy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 89.4%
  • XML 8.5%
  • HTML 1.2%
  • Other 0.9%