Called when a breakpoint is hit.
Syntax
HRESULT onHandleBreakPoint( IRemoteDebugApplicationThread *prpt, BREAKREASON br, IActiveScriptErrorDebug *pError );
Parameters
- prpt
- [in] Address of an IRemoteDebugApplicationThread interface.
- br
- [in] Flag that indicates the reason for the breakpoint. This value must be one of the values listed in BREAKREASON.
- pError
- [in] Address of an IActiveScriptErrorDebug interface.
Return Value
Returns S_OK if successful, or an error code otherwise.