BreakpointManager.ClearBreakpointTargets 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.
Removes all the breakpoints set in a task.
public:
void ClearBreakpointTargets();
public void ClearBreakpointTargets ();
member this.ClearBreakpointTargets : unit -> unit
Public Sub ClearBreakpointTargets ()
Examples
The following example assumes that the variable mybpManager
is the breakpoint manager, and calls the method to clear all the breakpoints in the task.
mybpManager.ClearBreakpointTargets();