DkmEngineSettings.IsNativeJustMyCodeSteppingEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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