添加getSum

This commit is contained in:
2025-10-21 14:36:58 +08:00
parent 97d7d66548
commit 536b0146cc
4 changed files with 21 additions and 2 deletions

View File

@@ -19,5 +19,5 @@
}
},
"initializeCommand": "gdb -ex 'set confirm off' -ex quit", // 初始化GDB配置
"postAttachCommand": "make debug" // 假设你的Makefile有debug目标
"postAttachCommand": "make debug"
}