A.40 library(prolog_debug): User level debugging tools
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
The SWI-Prolog library
library(prolog_debug): User level debugging tools
debug_control_hook/1
spy/1
nospy/1
nospyall/0
debugging/0
debugging_hook/1
trap/1
notrap/1
trap_alias/2
Packages
Availability:
:- use_module(
library(prolog_debug)
).
[multifile]
debugging_hook
(
+DebugMode
)
Multifile hook that is called as
forall(debugging_hook(DebugMode), true)
and that may be used to extend the information printed from other debugging libraries.