__debugbreak
9/7/2007
This function causes a breakpoint to be set in your code. The application will halt if it is running in a debugger.
Syntax
void __cdecl __debugbreak(void);
Parameters
None.
Return Values
None.
Remarks
The breakpoint transfers control to the exception handler.
Requirements
Routine | Required header | Architecture |
---|---|---|
__debugbreak |
<cmnintrin.h> |
x86, ARM, SH-4, MIPS |