Child pages
  • Debugging Mobile

Versions Compared

Key

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

...

  • the 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 sources 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). 
    • Under localhost:8080 section you will find the same scripts you also have in the developer. You can open them to set breakpoints, these will now be hit when you hit that code in the mobile client.

Hot code replace

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. But these changes are pushed and reflected in the workspace of the Servoy developer to be used in next run!

...