Tool/software:
Suppose a function receives a char * myStringPointer which points to "hello world". How can I view the complete text in a watch window?
If I enter *myStringPointer , right click, Number Formal, String, I can see h.
If I right click, Cast To Type, type "char", I will see 104 'h'.
How can I get the full "hello world"?
I can see the test in hex form in the Memory window.
I am using CCS v20.1.1