Called by the language engine when a breakpoint is hit.
Syntax
HRESULT HandleBreakPoint( BREAKREASON br, BREAKRESUMEACTION *pbra );
Parameters
- br
- [in] Enumerated type that specifies the reason for hitting a breakpoint.
- pbra
- [out] Address of an enumerated type that specifies how to continue after a breakpoint has been hit.
Return Value
Returns S_OK if successful, or an error code otherwise.