This option specifies whether to enable the NetCOBOL Studio debugging function and the COBOL Error Report at the execution time (TEST) or not (NOTEST). If TEST is specified, a debugging information file for use by the NetCOBOL Studio debugging function and the COBOL Error Report is created. The file is usually stored in the same folder as that of the source program. You can use this option to change the storage folder.
Item | Description | |
---|---|---|
Using the debugger | Specifies whether to use the debugging function of NetCOBOL Studio. The default is NOTEST. If debugging is the target, NOTEST is cleared and EST is selected. | |
TEST | Uses the debugging function of NetCOBOL Studio. | |
NOTEST | Does not use the debugging function of NetCOBOL Studio. | |
Folder for debugging information | Specifies the debugging information file storage folder. |
Note
If this option is specified with OPTIMIZE, the debugging information file can be used by the COBOL Error Report, and cannot be used by the debugging function of NetCOBOL Studio. Do not specify OPTIMIZE when you use the debugging function of NetCOBOL Studio.
When debugging, store the debugging information file in the same folder as the target file.