debug arg fix
This commit is contained in:
parent
48ac29bb6d
commit
4909a1836a
7
.vscode/launch.json
vendored
7
.vscode/launch.json
vendored
@ -9,12 +9,11 @@
|
|||||||
"program": "${workspaceFolder}\\Build\\SrcToA2L.exe", // 调试目标
|
"program": "${workspaceFolder}\\Build\\SrcToA2L.exe", // 调试目标
|
||||||
"args": [ // 附加参数
|
"args": [ // 附加参数
|
||||||
".\\Test\\typedef.h",
|
".\\Test\\typedef.h",
|
||||||
".\\Inc\\Type_Descriptions.hpp",
|
".\\Test\\source_code.c",
|
||||||
".\\Test\\input.c",
|
|
||||||
"-r",
|
"-r",
|
||||||
".\\Test\\PVER.a2l",
|
".\\Test\\Minimal_A2L.a2l",
|
||||||
"-m",
|
"-m",
|
||||||
".\\Test\\PVER.map",
|
".\\Test\\test_map.map",
|
||||||
],
|
],
|
||||||
"stopAtEntry": false,
|
"stopAtEntry": false,
|
||||||
"cwd": "${workspaceFolder}", // 工作目录
|
"cwd": "${workspaceFolder}", // 工作目录
|
||||||
|
Loading…
x
Reference in New Issue
Block a user