Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>IMHO the best tool to debug a phonegap application is Ripple, ie a Chrome extension that emulates phonegap's javascript APIs: <a href="http://phonegap.com/blog/2012/08/10/introducing-phonegap-emulation/" rel="nofollow">http://phonegap.com/blog/2012/08/10/introducing-phonegap-emulation/</a></p> <p>Some APIs are not covered yet but it's still a huge time saver. And you can use Chrome's developer tools to debug your javascript code. Ripple clearly does not replace tests on a real device.</p> <del> Instead of using the url suggested in the article (http://emulate.phonegap.com?your_url_here) I open http://localhost/my_project/ (which points to the www/assets/index.html file of my project. I use apache but any web server is fine) in Chrome and then I enable ripple (right click | Emulator | Enable). </del> <p><b>Ripple has changed!</b> It's not a chrome extension anymore. Detailed info at <a href="http://www.raymondcamden.com/index.cfm/2013/11/5/Ripple-is-Reborn" rel="nofollow">http://www.raymondcamden.com/index.cfm/2013/11/5/Ripple-is-Reborn</a> <br>Another post very useful from the same blog is <a href="http://www.raymondcamden.com/index.cfm/2013/11/7/Using-Grunt-to-automatically-build-your-PhoneGapCordova-projects" rel="nofollow">http://www.raymondcamden.com/index.cfm/2013/11/7/Using-Grunt-to-automatically-build-your-PhoneGapCordova-projects</a> <br> This will explain how to use grunt to save time while using ripple.</p> <p>For the application development I second Gajotres answer, I use eclipse as well.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload