debug Console Application

J

John Grandy

When debugging a Console Application in Visual Studio 2003, how to specify
the command line arguments ?

static void Main(string[] args)
 
T

Tom Porterfield

John said:
When debugging a Console Application in Visual Studio 2003, how to specify
the command line arguments ?

static void Main(string[] args)

Go to the Project Properties (right click on project and select Properties,
or Project->Properties on the menu). Click Configuration Properties to
expand and select Debugging. There, under Start Options, you can specify
command line arguments.
 

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