debug_call


A stoics.infrastructure prolog pack

Debugging with calls. Automates often used debug calls with emphasis on: (a) avoiding calling things that will not be reported and (b) easy tailoring of the messages. See documentation for more details and examples.

installation

In SWI It is highly recommended that you install from within by using its package manager.
To install simply do:

?- pack_install(debug_calls).

And then load by:
?- [library(debug_calls)].

To check version:
?- debug_call_version( V, D ).

materials

module documentation: debug_call.html
github: debug_call
pack sources: debug_call

author

Nicos Angelopoulos
---
London
October, 2025