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

mwsis/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 (similar) 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

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL