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 |
|---|
|
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.