Edited settings
This commit is contained in:
parent
04111c642f
commit
b19d9a2962
|
@ -20,6 +20,10 @@
|
||||||
"description": "Enable pretty-printing for gdb",
|
"description": "Enable pretty-printing for gdb",
|
||||||
"text": "-enable-pretty-printing",
|
"text": "-enable-pretty-printing",
|
||||||
"ignoreFailures": true
|
"ignoreFailures": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Point gdb to correct dir for includes",
|
||||||
|
"text": "set substitute-path /build/gcc/src/gcc-build/x86_64-pc-linux-gnu/libstdc++-v3/include /usr/include/c++/10.2.0"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"preLaunchTask": "C/C++: g++ build active file",
|
"preLaunchTask": "C/C++: g++ build active file",
|
||||||
|
|
Loading…
Reference in New Issue