Simulate Command Line Arguments

Hey folks.

I inherited a program that is launched at a command prompt. Arguments are also passed in from the command line.

I want to step through the program using Visual Studio's debugger. However, when the program is launched within VS the command window is bypassed. This results in there being no arguments available for the logic to act upon.

Does anyone no of a way to simulate command line input?

Thanks in advance.
There is an option in VC++ to specify command line arguments. Also, you could just edit the values in the debugger if you need to.
Thank you firedraco!
Topic archived. No new replies allowed.