Top
NetCOBOL V11.0 Debugging Guide
FUJITSU Software

2.2.3 Linking for Debugging

To link an object file for debugging, specify the link option /DEBUG. If you specify these options, the linker outputs the debugging information that is output in the object file by the compiler in an executable file or dynamic link library file.

The format of the option /DEBUG is:

/DEBUG

Note

If you do not want to view certain programs in the debugger, omit the /DEBUG option.