Share via


_debugbreak

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

OS Versions: Windows CE .NET 4.0 and later.
Header: Cmnintrin.h.

See Also

Common Intrinsic Functions

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.