krasa / GrepConsole

IntelliJ plugin - https://plugins.jetbrains.com/plugin/7125
Apache License 2.0
437 stars 57 forks source link

Grep Console filter out LLDB #72

Closed topeerz closed 7 years ago

topeerz commented 7 years ago

When applying Grep Console filtering to output with last rule filtering out everything not matched so far I am not able to use lldb. I need some way to enable filtering for console while NOT filtering lldb output.

krasa commented 7 years ago

Why?

topeerz commented 7 years ago

Well I am working on large app which logs ton of things on console. When I am working on particular feature I am interested on live-grep when I am filtering out all stuff not related - so I am filtering logs by feature tag (which is included in log). At the same time when I put breakpoint in code I want to be able to evaluate some lldb exp. To do it now I need each time to turn off grep console eval lldb and than turn grep console back. This is quite annoying.

krasa commented 7 years ago

Do I understand it right, that you want 'Filter out' to work only on the main console, not on live-grep ones?

topeerz commented 7 years ago

Yes, I want to filter on main console only and have lldb console intact (I am not sure how you define live-grep console in this case I just don't wan't lldb console to be affected at all).

On Fri, Jan 13, 2017 at 5:09 PM, Vojtěch Krása notifications@github.com wrote:

Do I understand it right, that you want 'Filter out' to work only on the main console, not on live-grep ones?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/krasa/GrepConsole/issues/72#issuecomment-272480639, or mute the thread https://github.com/notifications/unsubscribe-auth/AC56KivPoZhHHrjUFxUvzcS2mv9s-k_mks5rR6GhgaJpZM4Lixr1 .

krasa commented 7 years ago

That makes sense. I will see what I can do.

krasa commented 7 years ago

Wait, are we talking about the same thing?

Do you have 2 consoles to begin with or are you using Grep context button? image vs image