- Documentation
- Reference manual
- Summary
- Library predicates
- library(aggregate)
 - library(apply)
 - library(assoc)
 - library(broadcast)
 - library(charsio)
 - library(check)
 - library(clpb)
 - library(clpfd)
 - library(clpqr)
 - library(csv)
 - library(debug)
 - library(error)
 - library(iostream)
 - library(summaries.d/iostream/tex)
 - library(lists)
 - library(main)
 - library(option)
 - library(optparse)
 - library(ordsets)
 - library(persistency)
 - library(predicate_options)
 - library(prologpack)
 - library(prologxref)
 - library(pairs)
 - library(pio)
 - library(random)
 - library(readutil)
 - library(record)
 - library(registry)
 - library(simplex)
 - library(ugraphs)
 - library(url)
 - library(www_browser)
 - library(solution_sequences)
 - library(thread_pool)
 - library(varnumbers)
 - library(yall)
 
 
 - Library predicates
 
 - Summary
 - Packages
 
 - Reference manual
 
F.2.11 library(debug)
| assertion/1 | Acts similar to C assert() macro. | 
| assertion_failed/2 | This hook is called if the Goal of assertion/1 fails. | 
| debug/1 | Add/remove a topic from being printed. | 
| debug/3 | Format a message if debug topic is enabled. | 
| debug_message_context/1 | Specify additional context for debug messages. | 
| debug_print_hook/3 | Hook called by debug/3. | 
| debugging/1 | Examine debug topics. | 
| debugging/2 | Examine debug topics. | 
| list_debug_topics/0 | List currently known debug topics and their setting. | 
| nodebug/1 | Add/remove a topic from being printed. |