WITH DEBUGGING MODE Clause [ HP COBOL II/XL Reference Manual ] MPE/iX 5.0 Documentation
HP COBOL II/XL Reference Manual
WITH DEBUGGING MODE Clause
The WITH DEBUGGING MODE clause indicates that all debugging sections and
all debugging lines are to be compiled. If this clause is not specified,
all debugging lines and sections are compiled as if they were comment
lines. The WITH DEBUGGING MODE clause has the following format:
Syntax
The following general rules apply to the WITH DEBUGGING MODE clause:
1. If the WITH DEBUGGING MODE clause is specified in the
SOURCE-COMPUTER paragraph of the CONFIGURATION SECTION of a
program, all USE FOR DEBUGGING statements and all debugging lines
are compiled.
2. If the WITH DEBUGGING MODE clause is not specified in the
SOURCE-COMPUTER paragraph of the CONFIGURATION SECTION of a
program, any USE FOR DEBUGGING statements, all associated
debugging sections, and any debugging lines are compiled as if
they were comment lines.
MPE/iX 5.0 Documentation