SkillAgentSearch skills...

OutputDebugStringWithFormatString

A simple wrapper for OutputDebugString (a kind of WinAPI) to support format string like printf

Install / Use

/learn @petercoin/OutputDebugStringWithFormatString
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

OutputDebugStringWithFormatString

A simple wrapper for OutputDebugString (a WinAPI) to support format string like printf.

This wrapper is similar to printf and has a T() macro to handle single-byte and multi-byte characters.
It outputs the message to system debugger and you can use DebugView to see the message.
It could also be a easier way to debug console-less program like dynamic link library.

View on GitHub
GitHub Stars4
CategoryCustomer
Updated4mo ago
Forks0

Languages

C

Security Score

67/100

Audited on Nov 30, 2025

No findings