Debugging variables are garbled.To see the values, have to right click one by one,then click Format , click Hexadecimal, and change it to Hexadecimal.display as follows.Is this caused by a certain setting in encoding and where to fix it?Please help,thank you.
Can you please tell us the part number that you are using
Thanks
CodeWarrior Development Studio:Code Warrior for MCU
HI
CodeWarrior eclipse is based on eclipse platform, the default variable view type is not hex. You can select all variables in variable window (ctrl+A) , set them as hex show together. It's easier
Thanks,
Jun Zhang
Hi
The variable default show in variables window is string. For example, if the variable is 0x6d, the default show in variables window is 'm'. see below
Only the value shown in ASCII table is visible, other values are "garbled" because they are not ASCII code. This is not a bug.
Thanks,
Jun Zhang
Hello Jennie,So there is any way to change the default display format? In setting or somewhere?Ctrl + A does not work well.After I execute Ctrl+ A,then right click,but don't show Format option.
Regards,
smecolive
Hi
You will find this in help manuals
Hope this helps,
Jun Zhang