System.out.println in blackberry device in eclipse?
I have debuged my application of blackberry Bold 9700, and I want to see Logs which, similarly as System.out.println, or NSLog in iPhone programming, Can anyone describe 开发者_C百科in step by step, I am an iPhone Developer, so having a bit issue in such basic thing, pelase help.
You need to connect the Simulator to the Eclipse Console.
try Project>Debug As>BlackBerry Simulator
Have a look at Blackberry Support Forum Post
Yep this still stumped me even after reading @adli good answer.
The little trick is to DEBUG the program and NOT to run your program.
Note the console output becomes extremely verbose.
Also you can switch to the still switch to the the "Java Perspective" if you prefer.
精彩评论