User`s manual
Notes
• If the load module size is large, the on-memory method may be inefficient because it requires a
very large amount of time for downloading. In such a case, select the on-demand method.
• In the on-demand method, a folder in which to store a reusable temporary file is created in the
folder that contains the downloaded load module. This folder is named after the load module
name by the word "~INDEX_" to it. If the load module name is "sample.abs", for example, the
folder name is "~INDEX_sample". This folder is not deleted even after quitting the debugger.
5.1.2.3 Specify whether to display the instruction format specifier
Specify whether to display the instruction format specifier in the disassembled display.
Select the above check box when you display the instruction format specifier.
This specification can only be set or changed when you start the debugger.
5.1.2.4 To treat size of enumeration type as 1 byte
You can specify whether your debugger treat all sizes of enumeration types whose size is unknown in
the debugging information as 1 byte. For reducing memory consumption, NC30 and NC308 have an
option to treat the sizes of enumerator types as 1 byte and not as same size of 'int'. Note that NC30
and NC308 don't output the sizes of enumerator types in debugging information and debuggers
consider the size as same size of 'int'.
Therefore you may not correctly refer the values of enumeration types in the target programs which
were compiled with the above option. This function is for resolving the above issue. See the users'
manual of each compiler for details of the above option
Check the above check box if you would like to treat all sizes of enumeration types as 1 byte. It is
necessary to load the debugging information again in order to reflect this setting.
38