Debugging Options Summary

This section describes the basic command line options that you can use as tools to debug your compilation and to display and check compilation errors. The options in this section enable you to:

The table that follows lists the debugging options.

-DD

Compiles debug statements indicated by a D or a d in column 1; if this option is not set these lines are treated as comments

-DX

Compiles debug statements indicated by a X (not an x) in column 1; if this option is not set these lines are treated as comments.

-DY

Compiles debug statements indicated by a Y (not a y) in column 1; if this option is not set these lines are treated as comments.

-inline_debug_info

Keep the source position of inline code instead of assigning the call-site source position to inlined code.

-g

Produces symbolic debug information in the object file.

-y, -syntax

Performs syntax check only.