How to use command on visual studio

alice alice 100 Reputation points
2024-12-11T01:30:36.5533333+00:00

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
{count} votes

1 answer

Sort by: Most helpful
  1. Castorix31 90,521 Reputation points
    2024-12-11T01:54:51.13+00:00

    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


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.