Skip to content

Latest commit

 

History

History
97 lines (57 loc) · 3.14 KB

File metadata and controls

97 lines (57 loc) · 3.14 KB

WriteDebugString

Windows CLI that writes messages to the debugger via OutputDebugString

C Windows License GitHub release Last Commit CI

Table of Contents

Introduction

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.

Installation

Detailed instructions - via CMake - are provided in the accompanying INSTALL.md file.

Components

The project creates a single executable program, WriteDebugString.

Examples

> 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

Project Information

Where to get help

GitHub Page

Contribution guidelines

Defect reports, feature requests, and pull requests are welcome on the WriteDebugString GitHub page.

Dependencies

WriteDebugString depends on:

Related projects

Other sistools projects include:

License

WriteDebugString is released under the 3-clause BSD license. See LICENSE for details.