debug Console Application

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • John Grandy

    debug Console Application

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

    static void Main(string[] args)


  • Tom Porterfield

    #2
    Re: debug Console Application

    John Grandy wrote:[color=blue]
    > When debugging a Console Application in Visual Studio 2003, how to specify
    > the command line arguments ?
    >
    > static void Main(string[] args)[/color]

    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.
    --
    Tom Porterfield


    Comment

    Working...