next up previous

13.6.7 Displaying Rule Breakpoints

This command displays all the rules which have breakpoints set. This function has no return value.

Syntax

(show-breaks [<module-name>])

If <module-name> is unspecified, then the names of all rules having breakpoints in the current module are displayed. If <module-name> is specified, then the names of all rules having breakpoints in the specified module are displayed. If <module-name> is the symbol *, then the names of all rules having breakpoints in all modules are displayed.


next up previous