IDkmBreakpointConditionProcessorGpuExtension.TryClearConditionOnTargetDevice Method
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.
Clear any condition associated with the specified DkmRuntimeInstructionBreakpoint.
public:
void TryClearConditionOnTargetDevice(Microsoft::VisualStudio::Debugger::Breakpoints::DkmRuntimeInstructionBreakpoint ^ instructionBreakpoint);
public void TryClearConditionOnTargetDevice (Microsoft.VisualStudio.Debugger.Breakpoints.DkmRuntimeInstructionBreakpoint instructionBreakpoint);
abstract member TryClearConditionOnTargetDevice : Microsoft.VisualStudio.Debugger.Breakpoints.DkmRuntimeInstructionBreakpoint -> unit
Public Sub TryClearConditionOnTargetDevice (instructionBreakpoint As DkmRuntimeInstructionBreakpoint)
Parameters
- instructionBreakpoint
- DkmRuntimeInstructionBreakpoint
[In] Low-level breakpoint which is set on an instruction address.