Package org.projog.core.predicate.builtin.debug
package org.projog.core.predicate.builtin.debug
Predicates to aid the debugging of Prolog programs.
-
ClassesClassDescription
spy(X)/nospy(X)- add or remove a spy point for a predicate.debugging- lists current spy points.nodebug- removes all current spy points.notrace- disables exhaustive tracing.trace- enables exhaustive tracing.