DkmProcess.IsNativeDebuggingEnabled 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 attempt to debug native code - it will stop on native exceptions, load symbols, display native frames on the call stack, bind and hit breakpoints, and leave native threads stopped while in break state.
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
Property Value
Returns Boolean.