IDkmScriptSymbolCallback Interface

Definition

Callback interface implemented by script symbol providers in order to support stepping customizations for languages that compile to JavaScript (or possibly other script languages as well).

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

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

Methods

GetNextSteppingAction(DkmScriptInstructionSymbol, DkmScriptInstructionSymbol, Boolean)

Call back implemented by the script symbol provider to tell the script debug monitor what to do next when stepping.

Applies to