To set a breakpoint:
1.Open a formula in which you want to set a breakpoint.
2.Click on the left-hand border of the line for which you want to set a breakpoint.
3.A breakpoint symbol appears at the left border of the line.
To delete a breakpoint:
a) In the code editor
1.Open the formula containing a breakpoint that you want to remove.
2.Click on a breakpoint to delete it.
b) In the Breakpoints window
1.Select one or more breakpoints that you want to delete.
2.Click on Delete Breakpointsin the toolbar.
To temporarily disable a breakpoint:
a) In the code editor
1.Right-click on the breakpoint.
2.In the menu that then appears, click on Enable/Disable Breakpoint.
b) In the Breakpoints window
1.Select one or more breakpoints that you want to disable.
2.Click on the checkbox of one of the selected breakpoints or on Enable/Disable Breakpoints in the toolbar.
To edit the properties of a breakpoint:
a) In the code editor
1.Right-click on the breakpoint.
2.In the menu that then appears, click on Breakpoint Properties.
3.In the dialog box that now appears, you can request further help if necessary.
b) In the Breakpoints window
1.Select the breakpoint that you want to edit.
2.Click on Breakpoint Properties in the toolbar.
3.In the dialog box that now appears, you can request further help if necessary.
To delete all breakpoints in a formula:
1.Open the formula containing all breakpoints that you want to delete.
2.Click Design[Debug] > Delete All Breakpoints.