Console application problem

T

Tony Caduto

Hi,
I am doing a console app and I want to pass in a command line argument
during debugging, and I am having problems finding this option in the IDE.
In delphi there was a parameters option in the menu where I could add param
values that the program would grab during debugging.
VS must have something like this, I just am missing it right?

Thanks,
 
J

Jochen Kalmbach

Tony said:
Hi,
I am doing a console app and I want to pass in a command line argument
during debugging, and I am having problems finding this option in the
IDE. In delphi there was a parameters option in the menu where I could
add param values that the program would grab during debugging.
VS must have something like this, I just am missing it right?

"Project | Properties"
"Configuration Properties | Debugging | Command Line Arguments"

--
Greetings
Jochen

Do you need a memory-leak finder ?
http://www.codeproject.com/tools/leakfinder.asp

Do you need daily reports from your server?
http://sourceforge.net/projects/srvreport/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top