exercise debugging - GarthDB/phonegap-day-workshop-beginner GitHub Wiki

Exercise: Debugging an App

Overview

For the Beginner Workshop, we are using the PhoneGap Developer App. While this is a quick way to get started developing an app, it has some debugging limitations. Unlike compiled apps, you cannot use the Remote Web Inspector available in Safari and Chrome. Instead, we will use Weinre.

Debugging

Checkout the Weinre section of the Debuggin guide.