How do I set the command line arguments for a console application I am debugging in Visual Studio? I\'ve done this in Eclipse, is there a similar option in Visual Studio?
Command Line Arguments can be set in the Debug tag in the project's Properties window:
Command Line Arguments
Debug
Properties
Alternatively, there is an option to add StartArguments element to your .csproj.user file:
StartArguments
.csproj.user
en-US false Argument1 Argument2 <<== THIS LINE