You can disable and re-enable breakpoints in a running routing context in Breakpoints view.
When a breakpoint is disabled, the
button causes the debugger to skip over it during the debugging
session.
Breakpoints view opens with all set breakpoints enabled.

To disable a breakpoint, clear its check box.

For each breakpoint you disable, Console view displays an INFO
level log entry noting that it has been disabled (for example, Removing
breakpoint log2). Likewise, for each breakpoint you re-enable,
Console view displays an INFO level log entry noting that it
has been enabled (for example, Adding breakpoint log2).
![]() | Note |
|---|---|
To re-enable a disabled breakpoint, click its check box. Console view displays an INFO level log entry noting that the breakpoint has been added to the selected node. |