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?