DebugViewPP icon indicating copy to clipboard operation
DebugViewPP copied to clipboard

Add an exclude (&forget) filter?

Open janwilmans opened this issue 10 years ago • 2 comments

If some application is sending lots of noise lines, they can be excluded, and the memory buffer can be limited, but it will make the memory buffer mostly useless. Suppose 90% of the lines are noise, there will but a lot of memory allocated but very little information to scroll back to.

janwilmans avatar Aug 11 '14 08:08 janwilmans

This is not trivial to implement as filters are now defined per-view, this would be the first 'global' filter

janwilmans avatar Mar 29 '15 21:03 janwilmans

I really want this, today I had a situation where +2000 lines / seconds were incoming in a virtual machine, allocating +128MB/s can be problematic, I had to 'resort' to dbgview :( to do this

janwilmans avatar Apr 04 '16 18:04 janwilmans