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

IRemoteDebugApplication Interface


This interface represents a running application.

IRemoteDebugApplication Methods

CauseBreak Causes the application to break into the debugger at the earliest opportunity.
ConnectDebugger Connects a debugger to the application.
CreateInstanceAtApplication Allows the debugger to create objects in the application process.
DisconnectDebugger Disconnects the current debugger from the application.
EnumGlobalExpressionContexts Enumerates all global expression contexts known to be associated with the application.
EnumThreads Enumerates all threads known to be associated with the application.
GetDebugger Retrieves the current debugger connected to the application.
GetName Retrieves the name of the application.
GetRootNode Retrieves the application node under which all nodes associated with the application are added.
QueryAlive Indicates whether the application is still able to execute.
ResumeFromBreakPoint Resumes execution of an application currently in a breakpoint.

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.