| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Windows CLI that writes messages to the debugger via OutputDebugString
WriteDebugString is a small Windows-only utility that writes one or more messages to the Windows debug output stream (as consumed by debuggers and tools such as DebugView), using STLSoft/WinSTL helpers.
Detailed instructions - via CMake - are provided in the accompanying INSTALL.md file.
The project creates a single executable program, WriteDebugString.
> WriteDebugString.exe hello world
wrote 2 message(s) to debug stream
> WriteDebugString.exe --sleep-after-writes "hold for listener"
wrote 1 message(s) to debug stream
Defect reports, feature requests, and pull requests are welcome on the WriteDebugString GitHub page.
WriteDebugString depends on:
Other (similar) projects include:
WriteDebugString is released under the 3-clause BSD license. See LICENSE for details.
| Back | FazBrowse Home | New Git URL |