DebugBreak

  VOID DebugBreak(VOID)    

The DebugBreak function causes a breakpoint exception to occur in the caller. This allows the calling thread to signal the debugger and force it to take some action. If the process is not being debugged, the standard exception search logic is invoked. In most cases, this will cause the calling process to terminate because of an unhandled breakpoint exception.

Parameters

This function has no parameters.

Return Value

This function does not return a value.

See Also

DebugActiveProcess