Blackberry - System.out.println() using eclipse plugin
Posted
by Nirmal
on Stack Overflow
See other posts from Stack Overflow
or by Nirmal
Published on 2010-05-20T11:18:08Z
Indexed on
2010/05/20
11:20 UTC
Read the original article
Hit count: 374
Hello All...
I am just entered into the Blackberry Arena..
I am using Eclipse Plugin for running my testing application to simulator.
So, In my code somewhere I have add System.out.println("Print"); statements, but by debugging or running app to simulator, I couldn't find any log statements printed to eclipse console.
Is there anything that I need to take care for using println() methods ?
Thanks in advance...
© Stack Overflow or respective owner