Sweep provides a breakpoint menu that lets you manage breakpoints across your codebase.
Display a list of active breakpoints.
To open the breakpoint menu, type M-x sweeprolog-list-breakpoints RET. This command opens the breakpoint menu in the *Sweep Breakpoints* buffer. The major mode of this buffer is Sweep Breakpoint Menu, which is a special mode that includes useful commands for managing Prolog breakpoints:
Go to the position of the breakpoint corresponding to the breakpoint menu entry at point.
Show the position of the breakpoint corresponding to the breakpoint
menu entry at point, in another window
(sweeprolog-breakpoint-menu-find-other-window
).
Set the condition goal for the breakpoint corresponding to the
breakpoint menu entry at point
(sweeprolog-breakpoint-menu-set-condition
).