Is there some way to filter the blank lines f开发者_StackOverflowrom the displayed output in DbgView?
- apart from excluding a specific PIDIf you can live without them , uncheck the menu item Options \ Win32 PIDs and then don't get the spurious blank lines
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
You can set the Exclude Filter in DbgView to "] " without the " characters. This does filter out the process id end delimiter character which does have the form
- ..[dddd] Actual Content...
As long as you do not have too much output which does contain ] followed by two spaces it will filter out all empty lines.
Yours, Alois Kraus
精彩评论