DkmEngineSettings.IsNativeJustMyCodeSteppingEnabled 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果为 true,则在使用/JMC 开关) 编译模块时,调试器将为本机 (启用仅我的代码单步执行。
此 API 在 Visual Studio 15 Update 8 (VS15Update8) 中引入。
public:
property bool IsNativeJustMyCodeSteppingEnabled { bool get(); };
public bool IsNativeJustMyCodeSteppingEnabled { get; }
member this.IsNativeJustMyCodeSteppingEnabled : bool
Public ReadOnly Property IsNativeJustMyCodeSteppingEnabled As Boolean