Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/5/2010
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
| Architecture | ARM, MIPS, SH-4, x86 |
| Header | cmnintrin.h |
| Routine | _debugbreak |
See Also
Reference
Common Intrinsic Functions for Device Compilers