Yeah, happens to me all the time too :smileyhappy:.
What I have found out is that it works for 'unsigned char*', but not for signed char pointers. And not for arrays (independent if they are signed or not). I think this is an Eclipse problem, and I have filed a ticket on this subject.
There is good and bad news: I used Eclipse 3.7, and there you can at least cast in the Variable view the signed char* to an unsigned one: and it will show the string :smileyhappy:. The bad news: this does not work in Eclipse 3.6 for me (which is used in CodeWarrior for MCU10.2).
I guess I have to write a follow-up article then, and pushing for showing unsigned chars as strings, plus getting the casting working in Eclipse properly too :smileyhappy:.
Thanks for reporting that problem: that way things get fixed and improved....
BK