debugging/0
[development]debugging
Prints out current debugging state
debugging/0
displays information on the
terminal about the current debugging state. It shows
debug
trace
zip
off
The top-level state can be controlled by the predicates
debug/0
, nodebug/0
, trace/0
, notrace/0
zip/0
, nozip/0
, and prolog_flag/3
.
leash/1
can be used to select which of the seven ports you want to be leashed.
spy/[1,2]
, nospy/1
, nospyall/0
,
add_breakpoint/2
,
disable_breakpoints/1
,
enable_breakpoints/1
, and
remove_breakpoints/1
.