11.3.48 current_breakpoint/5   [development]

Synopsis

current_breakpoint(-Conditions, -BID, -Status, -Kind, -Type)

There is a breakpoint with conditions Conditions, identifier BID, enabledness Status, kind Kind, and type Type.

Arguments

:Conditions
term

Breakpoint conditions.

BID
integer

Breakpoint identifier.

Status
one of [on,off]

on for enabled breakpoints and off for disabled ones

Kind
one of [plain(MFunc),conditional(MFunc),generic]

MFunc is the module qualified functor of the specific breakpoint.

Type
one of [debugger,advice]

Exceptions

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

See Also

Built-in Predicates for Breakpoint Handling, Breakpoint Predicates.


Send feedback on this subject.