Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

You can use the breakpoint macros to break into the debugger (either the regular debugger or the kernel debugger).

For example, DbgBreakcauses a regular debugger breakpoint, whereas KDbgBreakcauses a kernel debugger breakpoint.

Programming element Description

DbgBreak

Breakpoint with message box.

KDbgBreak

Breakpoint with message on kernel debugger.

See Also