This topic has not yet been rated - Rate this topic

_debugbreak 

Visual Studio 2005

This function causes a debug breakpoint exception to be inserted.


void __cdecl __debugbreak(void);

Parameters

None.

The breakpoint transfers control to the exception handler.

Routine Required header Architecture

_debugbreak

<cmnintrin.h>

x86, ARM, SH-4, MIPS

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.