Click to return to the Component Development home page    
IRemoteDebugApplication::...     IRemoteDebugApplicationEv...     Active Script Debugging A...    
Web Workshop  |  Component Development

IRemoteDebugApplicationEvents Interface


This interface is supplied by a debug application to handle debug events.

IRemoteDebugApplicationEvents Methods

OnBreakFlagChange Called when changes are made to the break flags.
OnClose Called when a debugging session ends.
OnConnectDebugger Called when the debugger starts and connects to the IRemoteDebugApplicationEvents interface.
OnCreateThread Called when a new RemoteDebugApplicationThread object is created.
OnDebugOutput Called when the application being executed sends output to the debugger.
OnDestroyThread Called when the debugger destroys a RemoteDebugApplicationThread object.
OnDisconnectDebugger Called when the debugger disconnects from the IRemoteDebugApplicationEvents interface.
OnEnterBreakPoint Called when a breakpoint is encountered.
OnLeaveBreakPoint Called when execution of the application resumes.
OnSetName Called when the name of the application running under the control of the debugger is set.

Interface Information

Implementation Custom
Inherits from IUnknown
Header and IDL files Activdbg.h, Activdbg.idl
Minimum availability Internet Explorer 4.0
Minimum operating systems Windows 95, Windows NT 4.0


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.