DebugBreak (Windows CE 5.0)

Send Feedback

This function causes a breakpoint exception to occur in the current process so that the calling thread can signal the debugger and force it to take action.

voidDebugBreak(void);

Parameters

None.

Return Values

None.

Remarks

If there is no debugger attached to a thread which calls DebugBreak, then that DebugBreak will be ignored and the thread will continue as if there was no exception or DebugBreak.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Kfuncs.h.
Link Library: Coredll.lib.

See Also

GetExceptionInformation

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.