Next: mpg-ref-and, Previous: mpg-ref-acyclic_term, Up: mpg-bpr [Contents][Index]
add_breakpoint/2 developmentadd_breakpoint(+Conditions, -BID)
Creates a breakpoint with Conditions and with identifier BID.
term.
Breakpoint conditions.
integer
Breakpoint identifier.
instantiation_errorConditions not instantiated enough.
type_errorConditions not a proper list of callable term.
domain_errorConditions not a proper list of valid breakpoint conditions
context_errorAttempt to put a breakpoint on true/0 or fail/0.
Creating Breakpoints, Breakpoint Predicates.