FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

sistools/WriteDebugString: Simple Windows CLI C program that permits writing to the Windows debugger · GitHub

Repository files navigation

WriteDebugString

Windows CLI that writes messages to the debugger via OutputDebugString

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.

About

Simple Windows CLI C program that permits writing to the Windows debugger

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL