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:
- chomp;
- errni (errno on all platforms, and also GetLastError codes on Windows);
- lnunique;
- lslocales;
- lstrip;
- mksock (Unix-only);
- realpath (Windows-only);
- rstrip;
- WriteDebugString (Windows-only);
ReadDebugString is released under the 3-clause BSD license. See LICENSE for details.