Skip to content

Instantly share code, notes, and snippets.

@tvlgiao
Last active February 4, 2021 06:41
Show Gist options
  • Save tvlgiao/d3df0e91c8efdb5c995ee4c07a7d14a3 to your computer and use it in GitHub Desktop.
Save tvlgiao/d3df0e91c8efdb5c995ee4c07a7d14a3 to your computer and use it in GitHub Desktop.
DEBUG IOS IPHONE ON WINDOWS
  1. Install Scoop: https://scoop.sh/

  2. Install ios-webkit-debug-proxy and libimobiledevice. On Windows you can use scoop:

scoop bucket add extras
scoop install ios-webkit-debug-proxy
  1. Install latest version of the adapter:
npm install remotedebug-ios-webkit-adapter -g
  1. Install iTunes.

  2. Connect iPhone to computer via USB cable.

  3. Run remotedebug_ios_webkit_adapter --port=9000 in PowerShell.

  4. Open chrome://inspect/#devices on Chrome

  5. Add port localhost:9000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment