IDkmActiveScriptDebugMonitor Interface

Definition

Interface implemented by the Script DM to provide direct access to the target script runtime.

Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: BaseDebugMonitorId, EngineId, RuntimeId, TransportKind.

public interface class IDkmActiveScriptDebugMonitor
public interface class IDkmActiveScriptDebugMonitor
__interface IDkmActiveScriptDebugMonitor
public interface IDkmActiveScriptDebugMonitor
type IDkmActiveScriptDebugMonitor = interface
Public Interface IDkmActiveScriptDebugMonitor

Methods

AbortExecutionOnResume(DkmScriptRuntimeInstance)

API which is called from break mode which tells the script runtime that execution should be aborted when resuming (BREAKRESUMEACTION_ABORT). This API requires an MSHTML v10+ target execution environment.

GetRemoteDebugApplication(DkmScriptRuntimeInstance)

Allows a caller to obtain a direct access to the IRemoteDebugApplication interface from the target process. This can be used to load dlls into the target application, or inspect the target application. Note that this should never be used for execution control, breakpoints, or evaluation.

Applies to