DkmEngineSettings.DataBreakpointAsString 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.
If data breakpoints descriptors should be treated as strings.
This API was introduced in Visual Studio 16 RTM (DkmApiVersion.VS16RTM).
public:
property bool DataBreakpointAsString { bool get(); };
public bool DataBreakpointAsString { get; }
member this.DataBreakpointAsString : bool
Public ReadOnly Property DataBreakpointAsString As Boolean