You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
}
],
The text was updated successfully, but these errors were encountered: