DkmEngineSettings.EnableAsyncDebugging Property

Definition

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.

Applies to