Hi All,
Is there any way to view
- char
- unsigned char
type values in the watch window as numerical values, rather than characters?

For example, I have defined c1 and c2 as char type, uc1 and uc2 as unsigned char type, and have assigned values to test them. But in watch window they all appear as "." dot. I have chosen special values to produce overflow/underflow and wish to see the resulted numerical value, rather than the character representation.
One way I have found is to right click and choose "Open Memory View at this object's address". This, however, has to done individually for each variable. Is there a handy way toggle the way of watch variable view, like in memory view there are "8 bit TI" "32 bit C" and a variety of others?
Thanks,
Jim