DkmEngineSettings.AllowOutOfProcessSymbolLoading Property

Definition

When true, the debugger will load native symbols in a separate process.

This API was introduced in Visual Studio 16 RTM (DkmApiVersion.VS16RTMPreview).

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

Property Value

Applies to