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.