MANUAL HOW TO RUN remotedebug-ios-webkit-adapter for those who have no idea what they're doing, like myself, here's what I did that worked.
- Follow Step 1 from the remotedebug readme
- Instead of following Step 2 from the readme, download the code from here as described in this issue
- Make sure you are using node 11 (I used 11.15.0) instead of 12 or the next step will fail.
- Run npm install and npm start in your downloaded remotedebug-ios-webkit-adapter directory
- 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.