Top
NetCOBOL V11.0 CGI Subroutines User's Guide
FUJITSU Software

5.4 Confirmation of In-execution Data in Presentation Format

To confirm the in-execution data in the presentation format, use COBW3_PUT_TEXT. That is, specify the target data in COBW3_PUT_TEXT, and display the data in the WWW browser. Then, by checking the displayed data, debug the application.

Note

During debugging by COBW3_PUT_TEXT, data of other than presentation format (e.g., binary data) is not displayed. Moreover, debugging efficiency is low because compilation and execution are repeated frequently. To solve these problems, the application should be debugged by confirming the in-execution data by using the interactive debugger.