List extension packs
/home/mlunife/.local/share/swi-prolog/pack/bddem/prolog
/home/mlunife/.local/share/swi-prolog/pack/trill/prolog
/home/mlunife/trill-on-swish
/home/mlunife/trill-on-swish/config-enabled
/home/mlunife/trill-on-swish/lib
/home/mlunife/trill-on-swish/lib/render
/home/mlunife/trill-on-swish/pack/profile/prolog
/usr/local/lib/swipl
/usr/local/lib/swipl/boot
/usr/local/lib/swipl/library
/usr/local/lib/swipl/library/clp
/usr/local/lib/swipl/library/dcg
/usr/local/lib/swipl/library/dialect
/usr/local/lib/swipl/library/dialect/swi
/usr/local/lib/swipl/library/ext/RDF
/usr/local/lib/swipl/library/ext/archive
/usr/local/lib/swipl/library/ext/bdb
/usr/local/lib/swipl/library/ext/chr
/usr/local/lib/swipl/library/ext/chr/chr
/usr/local/lib/swipl/library/ext/clib
/usr/local/lib/swipl/library/ext/clpqr
/usr/local/lib/swipl/library/ext/clpqr/clpq
/usr/local/lib/swipl/library/ext/clpqr/clpqr
/usr/local/lib/swipl/library/ext/clpqr/clpr
/usr/local/lib/swipl/library/ext/http/http
/usr/local/lib/swipl/library/ext/libedit
/usr/local/lib/swipl/library/ext/mqi
/usr/local/lib/swipl/library/ext/nlp
/usr/local/lib/swipl/library/ext/odbc
/usr/local/lib/swipl/library/ext/paxos
/usr/local/lib/swipl/library/ext/pcre
/usr/local/lib/swipl/library/ext/pengines
/usr/local/lib/swipl/library/ext/pldoc
/usr/local/lib/swipl/library/ext/pldoc/pldoc
/usr/local/lib/swipl/library/ext/plunit
/usr/local/lib/swipl/library/ext/protobufs
/usr/local/lib/swipl/library/ext/redis
/usr/local/lib/swipl/library/ext/semweb/semweb
/usr/local/lib/swipl/library/ext/sgml
/usr/local/lib/swipl/library/ext/ssl
/usr/local/lib/swipl/library/ext/ssl/http
/usr/local/lib/swipl/library/ext/stomp
/usr/local/lib/swipl/library/ext/swipy
/usr/local/lib/swipl/library/ext/table
/usr/local/lib/swipl/library/ext/utf8proc
/usr/local/lib/swipl/library/ext/zlib
/usr/local/lib/swipl/library/http
/usr/local/lib/swipl/library/lynx
/usr/local/lib/swipl/library/debug.pl
All
Application
Manual
Name
Summary
Help
swipl
library
error.pl
debug.pl -- Print debug messages and test assertions
debugging/1
debugging/2
debug/1
nodebug/1
list_debug_topics/0
list_debug_topics/1
debug_message_context/1
debug/3
assertion/1
debug_print_hook/3
assertion_failed/2
apply.pl
lists.pl
broadcast.pl
shlib.pl
option.pl
thread_pool.pl
gensym.pl
settings.pl
arithmetic.pl -- Extensible arithmetic
main.pl
readutil.pl
operators.pl
pairs.pl
prolog_source.pl -- Examine Prolog source-files
record.pl
quasi_quotations.pl
pure_input.pl
solution_sequences.pl
ordsets.pl
random.pl
base64.pl
aggregate.pl
yall.pl -- Lambda expressions
sandbox.pl
apply_macros.pl -- Goal expansion rules to avoid meta-calling
assoc.pl
prolog_format.pl -- Analyse format specifications
predicate_options.pl
csv.pl
pprint.pl -- Pretty Print Prolog terms
atom.pl
modules.pl
occurs.pl
prolog_xref.pl
prolog_colour.pl
lazy_lists.pl
ugraphs.pl
url.pl
www_browser.pl
prolog_pack.pl
git.pl
rbtrees.pl
dif.pl
charsio.pl
prolog_stack.pl
edinburgh.pl
prolog_clause.pl
prolog_breakpoints.pl
wfs.pl
dialect.pl
prolog_code.pl
sort.pl
iostream.pl -- Utilities to deal with streams
dicts.pl
varnumbers.pl
ansi_term.pl
base32.pl
codesio.pl
coinduction.pl -- Co-Logic Programming
date.pl
heaps.pl -- heaps/priority queues
statistics.pl -- Get information about resource usage
terms.pl
utf8.pl
when.pl
backcomp.pl
quintus.pl
shell.pl -- Elementary shell commands
prolog_autoload.pl
check.pl
make.pl -- Reload modified source files
help.pl
listing.pl -- List programs and pretty print clauses
prolog_codewalk.pl -- Prolog code walker
ctypes.pl -- Character code classification
increval.pl
tables.pl
portray_text.pl
writef.pl
prolog_coverage.pl
nb_set.pl
explain.pl
prolog_jiti.pl
prolog_profile.pl -- Execution profiler
threadutil.pl -- Interactive thread utilities
thread.pl
files.pl
qsave.pl -- Save current program as a state or executable
zip.pl
edit.pl
prolog_debug.pl
prolog_versions.pl
strings.pl
optparse.pl
prolog_trace.pl
intercept.pl -- Intercept and signal interface
fastrw.pl
persistency.pl
rwlocks.pl
exceptions.pl
macros.pl
prolog_metainference.pl
prolog_wrap.pl
prolog
:
debug_print_hook
(+Topic, +Format, +Args)
is
semidet
[multifile,
library(debug)
]
Hook called by
debug/3
. This hook is used by the graphical frontend that can be activated using
prolog_ide/1
:
?- prolog_ide(debug_monitor).