Deugging command line application

  • Thread starter Thread starter Nilay Shah
  • Start date Start date
N

Nilay Shah

Hi,

My windows application accepts command line parameters.
How can I debug it? Is there a way in Visual Studio.net to
specify command line argument which application would
take? Any other way apart from displaying messagebox.

Please let me know.

Thanks,
Nilay.
 
Nilay,
Is there a way in Visual Studio.net to
specify command line argument which application would
take?

Absolutely, you can set it in the project properties dialog box.



Mattias
 
Back
Top