Next: mpg-ref-current_char_conversion, Previous: mpg-ref-current_atom, Up: mpg-bpr [Contents][Index]
current_breakpoint/5
developmentcurrent_breakpoint(-Conditions, -BID, -Status, -Kind, -Type)
There is a breakpoint with conditions Conditions, identifier BID, enabledness Status, kind Kind, and type Type.
term
Breakpoint conditions.
integer
Breakpoint identifier.
one of [on,off]
on
for enabled breakpoints and off
for disabled ones
one of [plain(MFunc),conditional(MFunc),generic]
MFunc is the module qualified functor of the specific breakpoint.
one of [debugger,advice]
instantiation_error
Conditions not instantiated enough.
type_error
Conditions not a proper list of callable term.
domain_error
Conditions not a proper list of valid breakpoint conditions
Built-in Predicates for Breakpoint Handling, Breakpoint Predicates.