4

I am using the Blackberry Simulator plugin with Eclipse. I have a few System.out.println statements in order to view the values at runtime but the output has lots of RIM messages.

The question is, is there a way to filter out these messages from the ones I want to see from the println statements ?

Thanks, Siri

Maksym Gontar
  • 22,678
  • 9
  • 76
  • 114
user564704
  • 41
  • 2

1 Answers1

3

Not actually filtering, but may help: Grep Console Eclipse Plug-In: Color your console

Maksym Gontar
  • 22,678
  • 9
  • 76
  • 114
  • Note that when installing Grep Console, you need to uncheck 'Group items by category' in the Install dialog to see the available items. – azdev Sep 23 '11 at 17:18