DbgBreak

 
Microsoft DirectShow 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.");

Requirements

**  Header:** Declared in Wxdebug.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also