| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Reads messages from the Windows debugger.
ReadDebugString is a small Windows-only utility that reads messages from the Windows debugger, identifies the originating process, and writes formatted messages to standard error.
The project uses CMake. From the project directory:
cmake -S . -B _build
cmake --build _build --config ReleaseDetailed installation and usage instructions are in INSTALL.md.
The project creates a single executable program, ReadDebugString.
With no arguments, the program waits for and displays messages from the Windows debugger. Use --help or --version for commands that terminate immediately.
Defect reports, feature requests, and pull requests are welcome on the ReadDebugString GitHub page.
Other sistools projects include:
ReadDebugString is released under the 3-clause BSD license. See LICENSE for details.
| Back | FazBrowse Home | New Git URL |