Rational Developer for System z
COBOL for Windows, Version 7.5, Programming Guide


/DEBUG, /NODEBUG

Use /DEBUG to include debug information in the output file, so that you can debug the file with the debugger. The linker embeds symbolic data and line number information in the output file.

/DEBUG option syntax
Read syntax diagramSkip visual syntax diagram   .-/NODEBUG-.  
>>-+----------+------------------------------------------------><
   '-/DEBUG---'  
 

Default is: /NODEBUG

Abbreviations are: /D|/NODEB

For debugging, specify the cob2 option -g.

Linking with /DEBUG increases the size of the executable output file.


Terms of use | Feedback

Copyright IBM Corporation 1996, 2008.
This information center is powered by Eclipse technology. (http://www.eclipse.org)