Microsoft DirectX 9.0

DbgBreak

Displays a message box with the specified string, the name of the source file, and the line number. The user can ignore the message, enter the debugger, or quit the application. Ignored in retail builds.

Syntax

DbgBreak(
    strLiteral
);

Parameters

strLiteral

Text string.

Example

DbgBreak("Unrecoverable error occurred.");

See Also