Click to return to the Component Development home page    
IApplicationDebugger::onD...     IApplicationDebuggerUI In...     IApplicationDebugger Inte...    
Web Workshop  |  Component Development

IApplicationDebugger::onHandleBreakPoint Method


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.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.