DbgBreak
Generates a message box in a debug build with the indicated string literal, the source file name, and the source line number. Buttons in the message box enable you to break into the debugger, quit the application, or ignore the message box.
DbgBreak(
strLiteral);
Parameters
- strLiteral
Text string, which must be in quotation marks.
Remarks
This macro is ignored unless DEBUG is defined when the Microsoft® DirectShow™ headers are included.
Last updated on Tuesday, July 13, 2004
© 1992-2000 Microsoft Corporation. All rights reserved.