Causes the application to break into the debugger at the earliest opportunity.
Syntax
HRESULT CauseBreak(void);
Remarks
A long period of time can elapse before the application actually breaks into the debugger, particularly if the application is not currently executing script code.
Return Value
Returns S_OK if successful, or an error code otherwise.