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

Hi, on Windows 10 with DebugView++ v1.8.0.103 I'm not able to resize the "message" column above a certain width. Is there some hardcoded constant? Probably [this](https://github.com/CobaltFusion/DebugViewPP/blob/ca8a8e1ec9613879314bf52272cb9c45c21c14bd/DebugView%2B%2B/LogView.cpp#L317)? Also when resized down...

This may not be the proper place to fix this but it works nicely at least as a temporary measure. The alternative is a potential DoS when trying to open...

Hi, I need DebugView++ to trap ::OutputDebugString() while the Visual Studio Debugger is also running. As an alternative, is it possible to send it a windows message to display the...

DbgView from SysinternalSuite has a nice feature to display the whole message in a tooltip over the message cell (line/message column).

Any chance of a dark theme?

enhancement
User request
help wanted

DebugView++ v1.8.0.103 Win 10 18363 Monitors: single 4K monitor App window size/location is not persisting reliably. See attached gif containing app version and example of non-persistence ![persist](https://user-images.githubusercontent.com/3818866/116823144-d5f0e600-ab50-11eb-9006-a8d80e5945d4.gif)

Im using the DebugViewRemoteClient because I have two computers on my development site. Its very handy to have DebugView++ running on the other computer showing all messages and still being...

Install windows service , define service to Log on as admin account(not localhost) Run DebugViewConsole under this service/user Result Fails with following exception " Unexpected error occurred: CreateDBWinBufferMapping Listening for...

Outside of UWP app, OutputDebugString works fine. But if I try a direct call to OutputDebugString from inside a UWP style app (Windows 10), DebugView++ never shows the message. I...

Discuss
Out of scope
User request

Steps to demonstrate: - Start with a DebugView++ session with a large number of entries. - Search for something that will match an entry near the start. - UI will...