Command Line Arguments within IDE

  • Thread starter Thread starter Rick
  • Start date Start date
R

Rick

Hi,

Is there a way to test with command line argument while developing and
debugging within my VS .NET IDE? I heard that there's a simple way to do
this. Thanks.

Rick
 
hi,

go to the project properties, Configuration properties / debugging there
you have a "Command luine arguments" option

cheers,
 
Open the Properties page for the Startup Project...
In the tree on the left, select "Configuration Properties" and under
that select "Debugging"...on the right you'll see a section named
"Start Options" and under there is the "Command-Line Arguments". This
setting is only for the current configuration, meaning if you switch
from Debug Mode to Release Mode, you'll need to set up this for
each.
Hope this helps,
Joe

http://www.cometracing.com/images/BBS/cmdline.jpg
 
Joe and Ignacio,

Thank you for the tip. I knew there had to be a simple way.

Rick

CometJoe said:
Open the Properties page for the Startup Project...
In the tree on the left, select "Configuration Properties" and under
that select "Debugging"...on the right you'll see a section named
"Start Options" and under there is the "Command-Line Arguments". This
setting is only for the current configuration, meaning if you switch
from Debug Mode to Release Mode, you'll need to set up this for
each.
Hope this helps,
Joe

http://www.cometracing.com/images/BBS/cmdline.jpg
 
Back
Top