过滤 Eclipse 控制台输出文本的最简单方法
我问的这个问题与 Flex Builder 有关,但它通常可能适用于 Eclipse。
Flex Builder 中的跟踪语句被发送到 Eclipse 输出控制台。 在 Eclipse 端过滤此文本的最简单方法是什么?
具体来说,我希望能够按模式过滤(忽略)行。
我遇到了 Logback,但对于这种情况来说似乎有点矫枉过正。 有没有办法编写类似 Eclipse 本身的脚本?
I'm asking this in relation to Flex Builder, but it might apply to Eclipse in general.
Trace statements in Flex Builder get sent to an Eclipse Output Console. What is the easiest way to filter this text on the Eclipse side?
Specifically, I'd like to be able to filter (ignore) lines by patterns.
I came across Logback, but it seems like overkill for this scenario. Is there no way to script something like this Eclipse itself?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
没有任何特定于 FlexBuilder 的内容。 如果您需要这样的功能,您需要编写一个 Eclipse 插件。
首先看一下 grep-console 。
Nothing specific to FlexBuilder. If you need such a functionality, you'd need to write an Eclipse plug-in.
Take a look at grep-console one to start off.
另外 GrepClipse 可能会有所帮助。 也可在 Eclipse 市场 上获取。
Also GrepClipse may help. Also available on the Eclipse Martket.
还有 Easy Console Grepper
它打开自己的控制台,我认为一开始比 grep-console 更容易。 只需定义您搜索的内容,它就会在控制台执行后显示带有搜索表达式的行。
there is also Easy Console Grepper
which opens up own console, easier at first then grep-console I think. Just define what You searching and it will show after console execution lines with searched expression.
请使用 Easy Console Grepper Eclipse 插件,因为这比grep-控制台。
Please use Easy Console Grepper Eclipse Plugin as this is much easier and more intuitive than grep-console.