Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 782 Bytes

debug.rst

File metadata and controls

22 lines (15 loc) · 782 Bytes

DEBUG

Syntax DEBUG
Location Turbo Toolkit (v3.20+)

This is a compiler directive intended to precede a DEFine PROCedure or DEFine FuNction routine which is used for debugging a program. The routine can be included or excluded from the program during compilation using the DEBUG_LEVEL directive. Current versions of the TURBO parser do not support this.

CROSS-REFERENCE

See :ref:`debug-level`.