Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 872 Bytes

File metadata and controls

41 lines (27 loc) · 872 Bytes

ReadDebugString - Installation and Use

Building

The primary build method is CMake. From a Visual Studio developer environment:

cmake -S . -B _build
cmake --build _build --config Release

If STLSoft is not installed as a CMake package, provide its source-tree root:

cmake -S . -B _build -DSTLSOFT=C:\path\to\STLSoft
cmake --build _build --config Release

The resulting executable is installed with:

cmake --install _build --config Release

Command-line use

The program is intended to remain running while it reads messages from the Windows debugger. Use --help or --version for commands that terminate immediately:

ReadDebugString.exe --help
ReadDebugString.exe --version