Skip to content

Instantly share code, notes, and snippets.

@grayghostvisuals
Last active December 24, 2015 23:59
Show Gist options
  • Save grayghostvisuals/6884589 to your computer and use it in GitHub Desktop.
Save grayghostvisuals/6884589 to your computer and use it in GitHub Desktop.

Debug iOS 6+7 Mobile Safari using the Chrome DevTools

$ brew install ios-webkit-debug-proxy
SIM_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer
"$SIM_DIR/Applications/iPhone Simulator.app/Contents/MacOS/iPhone Simulator" \
-SimulateApplication \
$SIM_DIR/SDKs/iPhoneSimulator6.1.sdk/Applications/MobileSafari.app/MobileSafari
$ ios_webkit_debug_proxy

Then open http://localhost:9221

The DevTools are, by default, an older version (from Chrome 18 circa March 2012). Due to protocol changes, it's parts of a more fresh DevTools frontend may not work completely. You can try by opening…

chrome-devtools://devtools/bundled/devtools.html?host=localhost:9222&page=1

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