Removing and Clearing Breakpoints
To remove a breakpoint selected in the Breakpoints window
-
Right‑click, and then select the Remove command from the popup menu that is displayed.
The selected breakpoint is then removed from the method source; that is, it is unset.
To clear all breakpoints from the current schema, perform one of the following actions
-
Right‑click, and then select the Clear All Breakpoints command from the submenu that is displayed.
-
Select the Clear All BreakPoints command from the Breakpoints menu.
All breakpoints in the current schema are then removed; that is, they are unset.
When a Jade method is changed and compiled, the location of any breakpoint in that method can change, depending on the nature of the modifications to the method source. This includes changes made by another developer (unless the method is checked out).