简体   繁体   中英

Visual Studio 2013 - Debug options missing under configuration options

I need to pass command line arguments to my c# project, I know I need to go solution properties, configuration options and under that I should be able to see debug options and within that there should be a field to pass in command line arguments - The problem I have is that I can't see the debug options, do I need to install something? Anyone's experienced this before?

thanks

EDIT: screenshot added

在此处输入图片说明

You need to go to the Project properties, not the Solution configuration, to access the Debug settings and the command line arguments box. This is available to .exe and .dll projects.

Right-click the project name in Solution Explorer and select Properties at the bottom of the list.

I know I need to go solution properties

That is your problem, you need to go to the properties page of the project, not the solution.

When you go to the Debug tab of the project properites you should see something similar to this

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM