NeedForTrade Documentation

Removing Breakpoint

To remove breakpoint:

  1. Make Microsoft CLR Debugger window active.
  2. Load source code of analysis technique in which you want to remove breakpoint. See Loading Analysis Technique Code in the Debugger.
  3. Microsoft CLR Debugger window will look like this:

  4. Right-clik on the line to set breakpoint on it. Select Breakpoint->Delete Breakpoint from context menu:

    Alternatively, you can select Disable Breakpoint to temporarily disable breakpoint.

 

See also Debugging Analysis Techniques.