过滤黑莓模拟器控制台输出消息
我正在 Eclipse 中使用 Blackberry Simulator 插件。我有一些 System.out.println 语句,以便在运行时查看值,但输出有大量 RIM 消息。
问题是,有没有办法从我想从 println 语句中看到的消息中过滤掉这些消息?
谢谢, 西里
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
实际上并不是过滤,但可能会有所帮助:Grep Console Eclipse 插件:为控制台着色
Not actually filtering, but may help: Grep Console Eclipse Plug-In: Color your console