View Single Post
Posts: 650 | Thanked: 619 times | Joined on Nov 2009
#1
I'm having problems debugging my app. I have C++ file handler functions in the app, and the app runs fine in Qt simulator. On device, when I launch the app through hildon-desktop, it doesn't read the info stored in the files. The strange thing is that when I launched the app through terminal by 'run-standalone.sh ./stockona,' it works flawlessly.

I could route some of the debug messages to QML to see why launching through hildon-desktop doesn't work, but is there other easier way to debug this? Is this file permission issue?

Thanks in advance

Last edited by sony123; 2011-07-06 at 02:42.