__debugbreak (Windows CE 5.0)
This function causes a debug breakpoint exception to be inserted.
void __cdecl __debugbreak(void);
Parameters
None.
Return Values
None.
Remarks
The breakpoint transfers control to the exception handler.
Requirements
Header: Cmnintrin.h.
Send Feedback on this topic to the authors