Configuration View and inspect debuggable tabs Firefox DevTools via ValenceĪnother option is mozilla/valence which enables Firefox DevTools to be used with iOS. You can use Safari Web Inspector extracted from Webkit sources, e.g. The reason is that in recent versions of Chrome and Safari there're major discrepancies between Chrome Remote Debugging Protocol and Webkit Inspector Protocol, which means that newer versions of Chrome DevTools aren't compatible with Safari. To use Chrome DevTools it's the recommendation to use the RemoteDebug/remotedebug-ios-webkit-adapter project, which has instructions on how to setup Chrome to remote debug iOS devices, much similar to Android debugging. Ios_webkit_debug_proxy can be used with many tools such as Chrome DevTools and Safari Web Inspector.
Also, the proxy can be left running as a background process.