This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Toggle watch window view possible?

Hi All,

Is there any way to view

  1. char
  2. 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