Child pages
  • Debugging Mobile

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

While in the debugger of chrome you have a few tabs where you can inspect stuff, like:

  • the Resources resources tab to see the loaded or stored resources, 
  • the console tab where you can see the console output the client generates or 
  • the scripting tab where you can start debugging your actual code that is running in the mobile client, 
  • the navigator to all the sources are in the navigator (the arrow button on the left). 

...

You can also push changes right to the running client by making changes directly in the chrome browser and save those changes. This will push the changes to the mobile client and that code will be executed in the next run. If you reload the client or start the phonegap application again then these changes will be lost. The changes you do here are reflected right away  But these changes are pushed and reflected in the workspace of the developer.Servoy developer to be used in next run!