Edit

Share via


IDebugProcess2::CauseBreak

Requests that the next program that is running code in this process halt and send an IDebugBreakEvent2 event object.

Syntax

int CauseBreak();

Return Value

If successful, returns S_OK; otherwise, returns an error code.

See also