Skip to content

PolarGoose/WindowsDebugOutputViewer

Repository files navigation

WindowsDebugOutputViewer

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

Usage

Example

>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

System requirements

  • Windows 7 or later

Reference

About

Prints the Win32 debug output to console

Resources

License

Stars

Watchers

Forks

Packages

No packages published