From e8231419a6aaf0b36fff4370b66e4d83ca2fd1d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=A8=E5=8D=93?= Date: Tue, 22 Oct 2024 14:38:04 +0800 Subject: [PATCH] Add C/C++ Debug (gdb) README with download link --- KylinIDETeam/cppdebug/README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 KylinIDETeam/cppdebug/README.md diff --git a/KylinIDETeam/cppdebug/README.md b/KylinIDETeam/cppdebug/README.md new file mode 100644 index 0000000..67c6031 --- /dev/null +++ b/KylinIDETeam/cppdebug/README.md @@ -0,0 +1,2 @@ +# C/C++ Debug (gdb) +- 下载地址:https://gitee.com/quanzhuo/cpp-debug/releases \ No newline at end of file