A utility to print the Win32 debug output of Windows applications to the console.
For example it is the output that it printed using OutputDebugString or Debug.WriteLine.
The printed messages have the following format:
local_timestamp [processId] debug_message
- Download the latest release
- Run the application without parameters.
>WindowsDebugOutputViewer.exe
2024-10-05 19:57:48.145844 [31480] Test Debug message 1
2024-10-05 19:57:48.150865 [31480] Test Debug multiline message
another line
2024-10-05 19:57:50.153056 [31480] Test Debug message 3
- Windows 7 or later