When debugging in the blackberry simulator, the console prints out a lot of other information relevant to the simulator along with the debug information printed in the application I develop. Is there a way to print only the debug messages of the application I am running in the simulator?
When debugging in the blackberry simulator, the console prints out a lot of other
Share
I always format my debug messages in specific way:
So it’s easy to find specific message from my app.
Also, it’s great to scrollock console searching or reading messages.