DkmEngineSettings.AllowOutOfProcessSymbolLoading 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 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