过滤 Eclipse 控制台输出文本的最简单方法

发布于 2024-07-15 17:47:50 字数 229 浏览 5 评论 0原文

我问的这个问题与 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

云柯 2024-07-22 17:47:50

没有任何特定于 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.

心病无药医 2024-07-22 17:47:50

另外 GrepClipse 可能会有所帮助。 也可在 Eclipse 市场 上获取。

Also GrepClipse may help. Also available on the Eclipse Martket.

拍不死你 2024-07-22 17:47:50

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

滥情哥ㄟ 2024-07-22 17:47:50

请使用 Easy Console Grepper Eclipse 插件,因为这比grep-控制台。

Please use Easy Console Grepper Eclipse Plugin as this is much easier and more intuitive than grep-console.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文