From 056f71f24cefaf88f2a93714c6678c03ed5f1e0e Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期五, 02 七月 2021 16:54:33 +0800
Subject: [PATCH] fixed to adapt gcc-5.4 & glibc-2.25

---
 .vscode/launch.json |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/.vscode/launch.json b/.vscode/launch.json
index 939b9a9..dbcd519 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -14,7 +14,7 @@
                 "ApiTest"
             ],
             "stopAtEntry": false,
-            "cwd": "${workspaceFolder}",
+            "cwd": "${workspaceFolder}/debug",
             "environment": [],
             "externalConsole": false,
             "MIMode": "gdb",

--
Gitblit v1.8.0