Click to return to the Component Development home page    
IRemoteDebugApplication I...     IRemoteDebugApplication::...     IRemoteDebugApplication I...    
Web Workshop  |  Component Development

IRemoteDebugApplication::CauseBreak Method


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.



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.