DkmEngineSettings.IsNativeJustMyCodeSteppingEnabled Property

Definition

When true, the debugger will enable Just My Code stepping for native (when the module is compiled with the /JMC switch).

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

public:
 property bool IsNativeJustMyCodeSteppingEnabled { bool get(); };
public bool IsNativeJustMyCodeSteppingEnabled { get; }
member this.IsNativeJustMyCodeSteppingEnabled : bool
Public ReadOnly Property IsNativeJustMyCodeSteppingEnabled As Boolean

Property Value

Applies to