I'm trying to debug c++ code in vs-code and needs to pass argument to start debugging. to run the program in command line its just like that:
[user@localhost ~]$ ./hello-world 10
how to configure input parameter when debugging? thanks for help in advance.