How to Debug Phonegap Using the PhoneGap Developer App

cordova

Solution

It is not supported. You will need to use something like Weinre instead.

Problem

Phonegap just came out with a way to instantly see your changes to your phonegap app using a local server by using this command: ``` phonegap serve ``` And then by downloading the PhoneGap Developer App. The instructions are here: http://app.phonegap.com/ But I'm used to being able to go to about:inspect in Chrome to use remote debugging (http://www.adamwadeharris.com/remote-debugging-in-phonegap-with-chrome-devtools/), but when I go to this page while the Phonegep Developer App is running, nothing shows up underneath the name of my phone. Is there a way to do this with the PhoneGap Developer App?

Original source