Did you know ... | Search Documentation: |
Predicate prolog_frame_attribute/3 |
true
if Frame
still is a candidate for backtracking; false
otherwise.<module>:<goal>
.
Do not instantiate variables in this goal unless you know what
you are doing! Note that the returned term may contain references to the
frame and should be discarded before the frame terminates.252The
returned term is actually an illegal Prolog term that may hold
references from the global to the local stack to preserve the variable
names.
The variant parent_goal(-Parent)
unifies the frame
reference of the parent of the found frame with Parent. That
allows for finding frames higher up in the stack running the same goal.
goal
, but only returning the [<module>:]<name>/<arity>
term describing the term, not the actual arguments. It avoids creating
an illegal term as goal
and is used by the library library(prolog_stack)
.true
if Frame
is the top Prolog goal from a recursive call back from the foreign
language; false
otherwise.true
if the frame is
hidden from the user, either because a parent has the hide-childs
attribute (all system predicates), or the system has no trace-me
attribute.true
if this frame was skipped in the
debugger.