Removing and Clearing Breakpoints

To remove a breakpoint selected in the Breakpoints window

The selected breakpoint is then removed from the method source; that is, it is unset.

To clear all breakpoints, perform one of the following actions

All breakpoints are then removed.

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).