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

no-debug Function

Summary

Turns debugging facilities off.

Package

kw

Signature

no-debug

Description

The function no-debug turns off all KnowledgeWorks debugging facilities. This means that rules and contexts cannot be single stepped or monitored, and no record is kept of when objects are created or modified. Execution speed of the rulebase is improved, and memory requirements reduced.

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

Examples
(no-debug)
See also

all-debug


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