DebugBreak
The DebugBreak
function causes a breakpoint exception to occur in the current process so that
the calling thread can signal the debugger and force it to take some action. If
the process is not being debugged, the search logic of a standard exception
handler is used. In most cases, this causes the calling process to terminate
because of an unhandled breakpoint exception.
VOID DebugBreak(VOID)
Parameters
This function
has no parameters.
Return Values
This function
does not return a value.
See Also