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.

CCSTUDIO: View String in CCS Theia

Part Number: CCSTUDIO

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