Skip to content

Instantly share code, notes, and snippets.

@shazron
Last active December 23, 2015 13:49
Show Gist options
  • Save shazron/6644653 to your computer and use it in GitHub Desktop.
Save shazron/6644653 to your computer and use it in GitHub Desktop.
Debug PhoneGap Applications
  1. Use desktop Safari 7.x (for both a device and the iOS Simulator): http://moduscreate.com/enable-remote-web-inspector-in-ios-6/
  2. Use Adobe Edge Inspect (formerly known as Shadow), available on the free tier of Adobe Creative Cloud: http://html.adobe.com/edge/inspect/
  3. Use Weinre (you must self host), which Adobe Edge Inspect is based on: https://github.com/apache/cordova-weinre
  4. Use http://debug.phonegap.com, a hosted version of Weinre, part of Adobe PhoneGap Build's service. Don't forget to choose a guid only you know, if not other people can inspect your device!
  5. https://github.com/google/ios-webkit-debug-proxy/ (this is only last since I haven't used it to form an opinion. This allows you to use the Chrome Web Inspector)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment