Without being directly connected to a device and having a native SDK debugger, how do you inspect and debug your app?
- OSX & Windows: Chrome Remote Developer Tools
- OSX: Safari JavasScript Developer Tools
- Windows: Weinre
- OSX & Windows: Weinre
PhoneGap Build offers a tool called Hydration which allows you to quickly upload and deploy changes to your PhoneGap app's web assets (HTML, JS, CSS) without doing a full install. Its important to note that when you update your config.xml, including addition of any plugins, a full app rebuild and reinstall is required for the changes to take effect.