Console application problem

  • Thread starter Thread starter Tony Caduto
  • Start date Start date
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,
 
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/
 
Back
Top