windowssafariios6remote-debugging

Safari Remote Debugging on Windows


With the release of iOS 6, Apple implemented a feature called remote debugging

A client is having problems with my webapp since installing the new iOS 6 and I can't figure out the issue. It doesn't seem to be an issue with caching of AJAX requests, because the errors occur randomly and the problem is not (only) that results are still the same.

So it has to be a problem with parallel AJAX-Calls

To identify the problem and efficiently fix it (instead stumbling in the dark) I need a debugger. I was happy to read about the remote debugging feature but I cannot get it to work.


The Questions now are:


Solution

  • How to debug Safari iOS when you're on Windows?

    Alternatives:

    Hope this helps someone.