NeedForTrade Documentation

Setting Breakpoint

To set breakpoint:

  1. Make Microsoft CLR Debugger window active.
  2. Load source code of analysis technique in which you want to set 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->Insert Breakpoint from context menu:

    Alternatively, you can click on the left grey stripe at the left of the line you want to set breakpoint on.

  5. Red circle will appear on the gray stripe at the left of the line on which breakpoint was set:

 

See also Debugging Analysis Techniques.