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 from the current schema, perform one of the following actions

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