All Questions
1 question
4
votes
0
answers
1k
views
Debugging C++ in VSCode - gdb attach fails to read the values inside custom class objects
I am working on a project that uses both Python and C++.
Here is the launch.json file:
{
"logging": {
"engineLogging": true
},
"configurations": [
...