All Manuals > KnowledgeWorks and Prolog User Guide > 7 Reference Guide

all-debug Function

Summary

Turns debugging facilities on.

Package

kw

Signature

all-debug

Description

The function all-debug turns on all KnowledgeWorks debugging facilities. This means that rules and contexts can be single stepped and monitored, and a record is kept of whenever objects are created or modified.

This should be called before compiling any rules or contexts that are to be debugged.

Examples
(all-debug)
See also

no-debug


KnowledgeWorks and Prolog User Guide (Unix version) - 01 Dec 2021 19:35:49