DebugBreak function kernel32
void
DebugBreak( )
Causes a breakpoint exception to occur in the current process. This allows the calling thread to signal the debugger to handle the exception.
void DebugBreak();
Implementation
void DebugBreak() => _DebugBreak();