Project

General

Profile

DebugSpew (Command)

Description

DebugSpew writes text to the debugger

Syntax

DebugSpew ""

sends text directly to the debugger using the C/C++ call to OutputDebugString
Note: ALWAYS include your string to be written in quotation marks.