Easiest way to Filter Eclipse Console Output text

19,055

Solution 1

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.

Solution 2

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

Solution 3

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.

Solution 4

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

Share:
19,055
darscan
Author by

darscan

I put buttons on the Internet.

Updated on June 13, 2022

Comments

  • darscan
    darscan about 2 years

    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?