RemoteDebug iOS WebKit Adapter is a protocol adapter that Safari and WebViews on iOS to be debugged from tools like VS Code, Chrome DevTools, Mozilla Debugger.html and other tools compatible with the Chrome Debugging Protocol. Before you use this adapter you need to make sure you have the latest version of iTunes installed, as we need a few libraries provided by iTunes to talk to the iOS devices. Install VS Code, and the VS Code Chrome Debugger, then create a launch.json configuration where port is set to 9000. The protocol adapter is implemented in TypeScript as Node-based CLI tool which starts an instance of ios-webkit-debug-proxy, detects the connected iOS devices, and then starts up an instance of the correct protocol adapter depending on the iOS version.
Features
- Enable remote debugging in Safari
- Run the adapter from your favorite command line
- Open your favorite tool
- Usage with Chrome (Canary) and Chrome DevTools
- Using with Mozilla debugger.html
- Using with Microsoft VS Code