I am nooby for webOS3.0 (also in mojo). And now the days when I work on applications for palm pad. and I want to know how to debug enyo applications?
You can run enyo applications in the webkit browser using mock services. Then use the Chrome debugging tools.
Note that you will need to start Chrome with the necessary command line switches to allow access to files or the xhr cross domain.
If you need to debug an application in an emulator or device, you can use the Ares debugger. https://ares.palm.com/AresDebug/
Chrome "-allow-file-access-from-files". , , .., , - .
-, Console2 - , , ( powershell).
, , :
, , "palm-log -f your.app.id". -f , , . , , . , . " " "## logs #". , ( ) .
If you use localstorage.getItem () and localStorage.setItem (), which will work both in Chrome and on the device, that is, you can test saving and restoring settings and settings, etc., without leaving Chrome (and save -packaging and installation of the application). You can also use Chrome dev tools to test these methods and the local storage section in the resource tab.