AppStudio Server Debugger: Difference between revisions

From NSB App Studio
Jump to navigation Jump to search
No edit summary
(Replaced content with "<b><i>This feature was deprecated in AppStudio 6</i></b>")
Tag: Replaced
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
Once an app is packaged into a native app using PhoneGap, the usual debugging techniques, such as the Chrome Debugger, cannot be used. It can also be difficult to debug an app running on a device.
<b><i>This feature was deprecated in AppStudio 6</i></b>
 
The PhoneGap Debugger is a huge help. Here's how to use it.
 
[Note: you'll need a full license to AppStudio to do this. You'll need a PhoneGap Build account, which is not supported by the AppStudio Demo.]
 
=== Upload your app to PhoneGap Build ===
 
Use "Build Native App with PhoneGap" on AppStudio's Run menu.
 
=== Log into your PhoneGap Build Apps page ===
 
Use "Start PhoneGap Debugger" on the Run menu.
 
=== Turn Debugging on for your App ===
 
In the PhoneGap App page, select your project. In Settings, set the "Enable Debugging" checkbox and save. You will only have to do this once: it will remember the setting next time you upload this app.
[[File:PhoneGapDebug1.png|400px]]
 
=== Rebuild your App ===
 
This will build your project again with the debug code added to it.
 
=== Install your App on your device ===
 
Once the rebuild is done, download your app and start it on your device.
 
=== Start the Debugger ===
 
On the PhoneGap Build App screen, you'll see a new option for Debug. Click on it.
[[File:PhoneGapDebug2.png]]
 
=== Debugger is now Active ===
 
This screen identifies the current session. The device needs to have an active WiFi connection to communicate with the PhoneGap's debug server. Your desktop is logged into that same server to get the information from the device.
[[File:PhoneGapDebug3.png]]
 
The Console tab works very much like the Console tab on the Chrome debugger. Use this to view error messages and enter console commands. Since commands you type are sent to PhoneGap's debug server and then on to the device, it can take a few seconds to get the result of something you type.
[[File:PhoneGapDebug4.png]]
 
The Elements tab shows the elements and scripts of the app.
[[File:PhoneGapDebug5.png]]
 
The Resources tab lets you look at values in localStorage and databases.
[[File:PhoneGapDebug6.png]]

Latest revision as of 14:32, 13 November 2020

This feature was deprecated in AppStudio 6