1.5.3.2 Debugging Statement Indicator

The letter D in column 1 designates a debugging statement. The initial line of the debugging statement can contain a statement label in the remaining columns of the label field. If a debugging statement is continued onto more than one line, every continuation line must begin with a D (in column 1) and a continuation indicator.

By default, the compiler treats debugging statements as comments. However, you can use the compiler option D_LINES if you want the compiler to treat debugging statements as source text to be compiled.

For More Information:


Previous Page Next Page Table of Contents