简体   繁体   English

Visual Studio 2013-配置选项下缺少调试选项

[英]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? 我需要将命令行参数传递给我的C#项目,我知道我需要使用解决方案属性,配置选项,并且在此之下我应该能够看到调试选项,并且其中应该有一个字段可以传递命令行参数-我遇到的问题是我看不到调试选项,是否需要安装某些东西? 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. .exe和.dll项目可用。

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 当您转到项目属性的“调试”选项卡时,应该会看到类似的内容

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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