From b19d9a29627c78922a65b8a590aeb2d3cfba0271 Mon Sep 17 00:00:00 2001 From: x-00010 Date: Fri, 23 Apr 2021 19:49:41 +0100 Subject: [PATCH] Edited settings --- .vscode/launch.json | 4 ++++ .vscode/tasks.json | 0 2 files changed, 4 insertions(+) mode change 100644 => 100755 .vscode/launch.json mode change 100644 => 100755 .vscode/tasks.json diff --git a/.vscode/launch.json b/.vscode/launch.json old mode 100644 new mode 100755 index 23e633e..247fb1e --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -20,6 +20,10 @@ "description": "Enable pretty-printing for gdb", "text": "-enable-pretty-printing", "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", diff --git a/.vscode/tasks.json b/.vscode/tasks.json old mode 100644 new mode 100755