Breakpoint Macros
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, DbgBreak causes a regular debugger breakpoint, whereas KDbgBreak causes a kernel debugger breakpoint.
Programming element | Description |
---|---|
Breakpoint with message box. |
|
Breakpoint with message on kernel debugger. |