This 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.
At a Glance
Header file: | Kfuncs.h |
Windows CE versions: | 1.0 and later |
Syntax
void DebugBreak( void );
Return Values
None.
See Also