__debugbreak (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.