开发者

System.out.println in blackberry device in eclipse?

开发者 https://www.devze.com 2023-03-30 05:46 出处:网络
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,

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消