This section explains how to debug programs compiled using Unicode.
The debugger will automatically handle Unicode when debugging Unicode programs.
For Unicode programs, the debugger can basically use the same operations as those for non-Unicode programs.
Note the following points when debugging Unicode programs:
Unicode native characters are also displayed in the Data dialog box and Watch window. However, Unicode native characters cannot be input. To input Unicode native characters, specify them using hexadecimal format.
Big-endian is used as the encoding form of data values for manipulating national data items and national edited data items using hexadecimal format. For details of big-endian, refer to "Encoding Form" in the "NetCOBOL User's Guide".
ASCII is also used as the coding system of command files and history files for Unicode. As a result, Unicode native characters are replaced with a "_" and output.