views:

245

answers:

1

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...

A: 

Run it in debug mode in the BlackBerry simulator. It'll be there, unfortunately there will also be a ton of BlackBerry print statements mixed in.

Jonathan
@Jonathan : I have tried your option, but nothing is coming to my console...
Nirmal