IDkmNativeJustMyCodeSteppingEnableNotification Interface

Definition

Interface to update components when native JustMyCode stepping is enabled or disabled.

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.

This API was introduced in Visual Studio 15 Update 8 (DkmApiVersion.VS15Update8).

public interface class IDkmNativeJustMyCodeSteppingEnableNotification
public interface IDkmNativeJustMyCodeSteppingEnableNotification
type IDkmNativeJustMyCodeSteppingEnableNotification = interface
Public Interface IDkmNativeJustMyCodeSteppingEnableNotification

Methods

OnNativeJustMyCodeSteppingChanged(DkmEngineSettings)

Called when 'IsNativeJustMyCodeSteppingEnabled' is changed.

Applies to