DkmProcess.IsNativeDebuggingEnabled Property

Definition

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.

Applies to