Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Filter the blank lines from DbgView output

Is there some way to filter the blank lines from the displayed output in DbgView?
- apart from excluding a specific PID

like image 637
SteveC Avatar asked Dec 23 '10 12:12

SteveC


2 Answers

If you can live without them , uncheck the menu item Options \ Win32 PIDs and then don't get the spurious blank lines

like image 88
SteveC Avatar answered Oct 07 '22 04:10

SteveC


I wrote a tool (free, open source) that has an option to remove empty lines. It's not 100% equivalent to DbgView but it has some other nice features (like the ability to colorize traces) :-).

It's available here: TraceSpy

like image 20
Simon Mourier Avatar answered Oct 07 '22 03:10

Simon Mourier