DebugViewPP icon indicating copy to clipboard operation
DebugViewPP copied to clipboard

DebugView++, collects, views, filters your application logs, and highlights information that is important to you!

Results 111 DebugViewPP issues
Sort by recently updated
recently updated
newest added

It would be good to be able to copy an existing view, including its logview-data structure (so no new re-filtering) is needed.

enhancement
good first issue

Useful for batch files and tests that wait for enter before the start of at their end. And also batch files with 'pause' in them. Requires ProcessReader to listen to...

enhancement
good first issue

Recently I was working with another dev on some performance issues. At one point, i took the dbv++ output, pasted it into a blank email (to get the spacing formatted),...

enhancement
User request
good first issue

Mock-up ![timedebuggermockup](https://cloud.githubusercontent.com/assets/5933444/22857958/fdd68332-f0b0-11e6-9567-d92454086750.png) keywords: time line doctor timeline timedoctor performance debugging profiler profiling

enhancement
Active

the search as I type feature is broken?

bug

When opening a log file, process name field is replaced with name of the log file instead of the actual process name, which is correct in the log file.

bug

- explain what a 'view' is - how it works - how filters are applied to views, not the the memory buffer - how reset/reset to line works

help wanted
good first issue

see for example https://marcoarena.wordpress.com/tag/debugview/

help wanted
good first issue

This happens because vs2017 is using the OutputDebugString API itself. If you set a breakpoint in debugview++, it hits and vs2017 tries to send a OutputDebugString message, this whole thing...

question
wontfix
help wanted

http://msdn.microsoft.com/en-us/library/windows/desktop/bb968803(v=vs.85).aspx I think we should have at least one use case before we implement this, so posepone for now.

enhancement