I'm writing a C console application, and I want to parse command line arguments in visual studio while debugging, I know how to do it in eclipse but can't find this option in visual studio. So where can I find this option?
feedback
|
|
In your project, go to:
alternately hit Alt+F7, or, in solution explorer, right click on your project and choose "properties" from the drop down menu. then, go to:
You can pass command line arguments in on the line that says | |||||
|
feedback
|
|
It should be in the Debug tab on the project properties. There will be an option for the command line arguments. The exact position varies according to the version you're using and you don't say which version you have (otherwise I could look and list the name/tab/etc verbatim). | |||
|
feedback
|