You can enter command arguments, like in the second window, in Debugging, at https://mirkwood.cs.edinboro.edu/~bennett/class/csci310/spring2015/notes/hello/one.html
How to use command on visual studio
alice alice
100
Reputation points
I generate a 123.exe execute file.
Run it with --enable-logging --v=1 (0, 2, ... ) from command line.
How to add the parameter to 123.exe on Visual studio.
P.S. I click the button run, it will automatically run 123.exe on visual studio
Now I also want to click the button run, it will automatically run 123.exe --enable-logging --v=1 on visual studio
Developer technologies Visual Studio Other
5,450 questions