Reputation: 9
I am developing iOS phone gap application. I want to know any good debug process for iOS phone gap application.
Upvotes: 0
Views: 674
Reputation: 6766
With the release of iOS 6, Apple released remote Web Inspector for their Mobile Safari in conjunction with Mac Safari 6, and this is huge. Basically you have all the features and power of Web Inspector in regular Safari, for your mobile apps, including Phonegap apps. Here's how it works, Requires xCode 4.5+ running an iOS 6+ simulator (or an iOS 6+ device), and Safari 6+.
Steps:
For More, look for "REMOTE DEBUGGING" in http://www.mobilexweb.com/blog/iphone-5-ios-6-html5-developers.
Upvotes: 2
Reputation: 1752
http://www.iwebinspector.com/
will help you debugging Javascript. say Phonegap client code.
Also phone gap has service for client debugging which is based on weinre
For server side if you are using Xcode, You can check in console itself.
Upvotes: 1