Rational Developer for System z
PL/I for Windows, Version 8.0, Programming Guide

/DEBUG, /NODEBUG

Use /DEBUG to include debug information in the output file, so you can debug the file with the debugger, or analyze its performance with Performance Analyzer. The linker will embed symbolic data and line number information in the output file.

For debugging, compile the object files with TEST.

For the Performance Analyzer, compile the object files with PROFILE and GONUMBER. Linking with /DEBUG increases the size of the executable output file.

Default: /NODEBUG

Abbreviations: /D|/NODEB


Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)