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.

CCS/TM4C123FH6PM: Debugging STL containers

Part Number: TM4C123FH6PM

Tool/software: Code Composer Studio

Good day!

In my solution based on TM4C MCU I am using STL containers. When I debug code, I see no way to examine STL containers contentm as I can do in linux/eclipse/gdb environment with python-enabled gdb, which has pretty-printers.py, allowing to see containers in human-readble way.

Is there any tool/extention/option to do it in CCS environment? Thanx.