Installing and using GapDebug
Developers have used PhoneGap (Cordova) for hybrid mobile application development since 2009. The PhoneGap application expanded to include iOS, Android, and many other platforms. However, while the wrapper itself is great, debugging tools, unfortunately, are not ideal; very often, debugging becomes a pain. Developers had to partially debug in a browser, and native features debug with console.log
on devices. Debugging is not so convenient as in Chrome, Safari, or Firefox.
Here is where GapDebug from Genuitec comes in very handy. GapDebug is a free cross-platform mobile app debugger for use with Android and iOS PhoneGap (or Cordova) applications. You can download and install it from https://www.genuitec.com/products/gapdebug/download/. It is available for both Windows and Mac OS. The installation itself is very clear and straightforward. So, I don't think there is a need to explain it here. We will explain how it makes debugging hybrid applications deployed...