I was hoping to have a possibility to check values of my variables without having to enter dozens of Mojo.Log.info into my code. Breakpoints would be fantastic :sigh:
Using chrome is a good idea. I watched
again and had to find out that there isn't a palm-inspector any more.
Besides I had to use
[CODE]ssh -p 5522 -L 5581:localhost:8080 -oKexAlgorithms=+diffie-hellman-group1-sha1 root@localhost
instead of
[CODE]ssh -p 5522 -L 5581:localhost:8080 root@localhost
and finally calling http://localhost:5581/Apps/ in Chrome led to an error which I could solve with the help of
maemo-Forum
But there are still many errors so the app looks very different than on the emulator. And it seems like apps with separate sqlite databases don't work at all.
I hate giving up, but after several hours of fighting to make this work it seems like frustration is winning :-(
When frustration has gone I might give Ares Debugger another try, but I did not understand how this is working exactly the last time.