Hi all,
I'm trying to debug an offline mobile Mendix app (on an Android device) by connecting my tablet (profile=phone) to my desktop via USB and using the Google remote debugging tools (chrome://inspect). I'm having multiple errors appearing in the Google developer console which I'm trying to solve by making changes to the app in the modeler.
For example, I deleted a SimpleChartWidget which was not supported by the offline app. After I solved this error and re-published the mobile app, new errors appear, this time with regards to the use of jQueries, so I have to make changes in the modeler again. I'm going through the following procedure every time I want to test whether I have solved the appearing errors:
- committing changes
- transporting to acceptance environment
- publishing mobile app
- making changes in the index.html file
- uploading to Phonegap
- building and installing app
It takes quite a lot of time to follow this procedure every time. My question is whether there is a faster/easier way to check whether errors have been solved and whether new errors appear?
Thank you in advance for your help!