02-21-2012 12:28 AM
HI,
I have a command line application which simply does a cout "hello messi".. how do we test the application on the blackberry playbook simulator? how to get to see the console message after running the application?
Solved! Go to Solution.
02-23-2012 09:29 AM - edited 02-23-2012 09:29 AM
Any output to the command prompt will be seen in the Console Display Window of the IDE, but for that you would need to use an IDE.
02-24-2012 07:17 AM
thanks, i also did an ssh to the simulator and was able to access the log files, forgot to update. thanks again