The debug package

The debug package contains modules that provide debuging facilities for script developers.

Required packages

The debug package requires modules from the following packages (see the specific modules' documentation for actual dependencies): base, numeric, string, array.

Modules

NameDescription

core

This module provides functions, constants and global variables for the implementation of basic debuging operations such as breaking and printing diagnostic messages and variables' values.

logging

This module provides functions, constants and global variables for the implementation of a conditional (based on current debug level) output of debuging information to log files.