The values of local variables and parameter values can be edited.
Select the value of the subject local variable or the value of parameters to it in the [Value] area and click on it again. The selected value is placed in edit mode. (Pressing the [Esc] key cancels the edit mode.)
Enter a value directly from the keyboard and then hit the [Enter] key. The value you've changed is written into the debug tool's target memory. At this time, CS+ checks the value to see if it fits to type. If inappropriate, the editing you've done is ignored.
If the numeral entered for a variable is smaller than the size of the variable, its high-order digits are padded with zeroes. |
If the numeral entered for a variable is larger than the size of the variable, its high-order digits are masked. |
For character arrays (char type or unsigned char type), if ASCII is selected for the display form, it is possible to use character strings (ASCII, Shift_JIS, EUC-JP, or Unicode (UTF-8/UTF-16) to enter values. |
When using ASCII characters to enter values |
When using numerals to enter values |