From 4909a1836a9210b4decd8db79d6addca807a8309 Mon Sep 17 00:00:00 2001 From: LuChiChick <1084116302@qq.com> Date: Tue, 12 Aug 2025 22:22:48 +0800 Subject: [PATCH] debug arg fix --- .vscode/launch.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 377bbcb..371f931 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,12 +9,11 @@ "program": "${workspaceFolder}\\Build\\SrcToA2L.exe", // 调试目标 "args": [ // 附加参数 ".\\Test\\typedef.h", - ".\\Inc\\Type_Descriptions.hpp", - ".\\Test\\input.c", + ".\\Test\\source_code.c", "-r", - ".\\Test\\PVER.a2l", + ".\\Test\\Minimal_A2L.a2l", "-m", - ".\\Test\\PVER.map", + ".\\Test\\test_map.map", ], "stopAtEntry": false, "cwd": "${workspaceFolder}", // 工作目录