debug arg fix

This commit is contained in:
LuChiChick 2025-08-12 22:22:48 +08:00
parent 48ac29bb6d
commit 4909a1836a

7
.vscode/launch.json vendored
View File

@ -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}", //