MANUAL HOW TO RUN [remotedebug-ios-webkit-adapter](https://github.com/RemoteDebug/remotedebug-ios-webkit-adapter) ON Linux/Windows for those who have no idea what they're doing, like myself, here's what I did that worked. * Follow Step 1 from the readme * Instead of following Step 2 from the readme, download the code from [here](https://github.com/arseneyr/remotedebug-ios-webkit-adapter/tree/ios12.2) as described in this [issue](https://github.com/RemoteDebug/remotedebug-ios-webkit-adapter/issues/138#issuecomment-493324681) * Make sure you are using node 11 instead of 12 or the next step will fail. (`nvm install 11 && node -v`) * In downloaded remotedebug-ios-webkit-adapter directory update local typescript and (`npm i typescript@3.5.3 && npm i typemoq@2.1.0`, ) * Run `npm install`, `npm build` and `npm start` with conected iPhone * Continue onto Step 3 from the readme Also worth noting that chrome://inspect doesn't scan port 9000 by-default so you need to add localhost:9000 using the Configure button.