Top
NetCOBOL V11.0 NetCOBOL Studio User's Guide
FUJITSU Software

9.5.2 Setting a build mode

A COBOL program that is created with remote target can be built as a release version or as a debug version by setting the proper build mode.

To change a build mode:

  1. Select the project in the "Dependency" or "Structure" view.

  2. Select "Project" > "Remote Development" > "Build Debug mode" from the menu bar, or select "Remote Development" > "Build Debug mode" from the context menu. If "Build Debug" mode is selected, a debug version is created. Otherwise, a release version is created.

The release or debug state of each program that has been built is stored in the project.

Note

Even if "Do not generate DEBUG information" is specified for the TEST compile option to build the target as a debug version, the build is executed as though "Generate WINSVD DEBUG information" were specified.