Microsoft DirectX 9.0

KDbgBreak

Causes a breakpoint exception, and logs the specified string using the DbgLog macro. Ignored in retail builds.

Syntax

KDbgBreak(
    strLiteral
);

Parameters

strLiteral

Text string.

Remarks

Unlike the DbgBreak macro, this macro does not display a message box prompting the user. In debug builds, it automatically causes a breakpoint exception to occur.

See Also