VSCode 可以用来调试程序,通过修改 .vscode/launch.json 来支持各种调试需求。
在 "configurations" 中增加:
"configurations": [ "args":[ "arg1", "...", "argN" ] ]
可在调试时增加程序入口参数。