__debugbreak (Windows Embedded CE 6.0)

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

Other Resources

Intrinsic Functions for Device Compilers