IDebugProcess2::CauseBreak

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

HRESULT CauseBreak( 
      void
);
int CauseBreak();

Return Value

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

See Also

Concepts

IDebugProcess2