I'm having a bad day. I have a c# console application project in Visual Studio 2012 and would like to pass in command line argument when debugging.
This is straightforward in a c++ console application because there is a debug pane in the project properties. The c# console application properties does not have a debug pane.
How can I set the command line args?
Thanks in advance.
