I had declared an unsigned char array and assigned values, but the debugger variables window shows each value as '.' . It correctly displays the type as unsigned char and it's address is correct.
The Memory Browser shows the correct values at the assigned addresses. eg. for a 4 character array filled with the values 0x04, they are shown as 0404 0404
Changing the array to unsigned int, the values are displayed correctly.
Has anyone else seen this?
What am I doing wrong?
Or is this a bug in the debugger?
(I'm running CCS5.1 under WinXP, in VirtualBox running on Ubuntu 10.04)
((hanging out for CCS5.2 when the MSP430 will be supported in Linux))