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

https://learn.microsoft.com/en-us/windows/win32/api/debugapi/nf-debugapi-waitfordebugeventex https://learn.microsoft.com/zh-cn/windows/win32/api/debugapi/nf-debugapi-outputdebugstringw#remarks OutputDebugStringW does internally call OutputDebugStringA, so Unicode characters that cannot be represented in the system code page will be replaced with ?. Oddly enough, the [OUTPUT_DEBUG_STRING_INFO](http://msdn.microsoft.com/en-us/library/windows/desktop/ms680545%28v=vs.85%29.aspx) structure the...

I would like to see name of original process when I load logs from file. To present filename as now, we could move it into message header. The proposed change:...

I hope that the interface can support multiple languages

Hi all! Really nice tool, long time user 😄 Question as a developer; what would be the recommended approach to log deliberately **for** DVPP? Writing logs from C/C++ WinApi programs...

Dropping a dll in the executable directory to allow 3rd party extensions / dependencies without debugview++ depending on 3rd party dlls. First implementation: Debugview DLL-preprocessor-extension Incoming lines in CMainFrame::ProcessLines() pass...

enhancement

As far as your own components go (this ones you can change the source code of) you should of course just improve the logging, rather than using this feature. However,...

have a commandline executed if a certain message occurs

enhancement

When debugviewpp_1.9.0.1.28.exe executed on a PC where the msvcrt redistributable package is not installed, the msvcp140.dll and msvcp140_1.dll loading error occurs. The debugviewpp_1.8.0.103.exe executed well without error and has no...

The old versions used to use Ctrl-X to clear the buffer. Simple and worked great. Newer versions use Shift-Ctrl-X which is a lot more cumbersome. And it interferes with some...

Otherwise, if the Visual C++ Redistributable isn't installed, the following error message pops up: ![image](https://github.com/CobaltFusion/DebugViewPP/assets/4129781/25185285-6888-421d-a7de-fc89c53d5f85) This causes the binary size to increase by around 250 KB, e.g. for DebugViewConsole.exe it...