DkmEngineSettings.EnableAsyncDebugging 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.
Enables stepping over 'await' statements and stepping out of async methods. This is on by default.
public:
property bool EnableAsyncDebugging { bool get(); };
public:
property bool EnableAsyncDebugging { bool get(); };
public bool EnableAsyncDebugging { get; }
member this.EnableAsyncDebugging : bool
Public ReadOnly Property EnableAsyncDebugging As Boolean
Property Value
Returns Boolean.