有关set_runargs的优先级问题 #299
Answered
by
waruqi
npc1054657282
asked this question in
Q&A
-
对于一个target,它的vscode插件中的 |
Beta Was this translation helpful? Give feedback.
Answered by
waruqi
Jun 24, 2025
Replies: 0 comments 1 reply
-
runningTargetsArguments 更高,相当于 xmake run --args 传参,优先使用。 set_runargs 相当于 xmake run 走默认参数。 插件不会去用 launch.json ,内部直接拼 launch.json 传入调试器。在 launch.json 的设置不会生效。 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
npc1054657282
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
runningTargetsArguments 更高,相当于 xmake run --args 传参,优先使用。 set_runargs 相当于 xmake run 走默认参数。
插件不会去用 launch.json ,内部直接拼 launch.json 传入调试器。在 launch.json 的设置不会生效。