Open feng-xys opened 6 months ago
In other c++ debugging configurations, I can set the following parameter for gdb to allow me to see the value of the container, which is absent if I use cortex-debug.
"setupCommands": [ { // Display content in STL containers pretty "description": "Enable pretty-printing for gdb", "text": "-enable-pretty-printing", "ignoreFailures": true } ],
In other c++ debugging configurations, I can set the following parameter for gdb to allow me to see the value of the container, which is absent if I use cortex-debug.
"setupCommands": [ { // Display content in STL containers pretty "description": "Enable pretty-printing for gdb", "text": "-enable-pretty-printing", "ignoreFailures": true } ],