DkmProcess.IsNativeDebuggingEnabled 属性

定义

如果为 true,则调试器将尝试调试本机代码-它将在本机异常、加载符号、显示调用堆栈上的本机帧、绑定和命中断点以及在处于中断状态时保持已停止的本机线程停止。

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

属性值

Boolean

返回 Boolean

适用于