10

I might be blind, but I can't for the life of me find out where to set command line arguments for debugging in Visual Studio 2015.

In VS 2013 (and every other version I've used) you can add them in the Debugging section of a project properties page). Is there any way I can set them via the IDE in VS 2015?

2
  • It still works the exact same way. A missing property page is usually caused by a corrupt install. Which in turn is usually caused by having a beta version installed on the machine that wasn't properly uninstalled. Spin the wheel of fortune by uninstalling with the /uninstall /force command line options, then install again. Commented Aug 3, 2015 at 10:15
  • What type of project are you seeing this in? Universal App? Commented Aug 30, 2015 at 3:06

2 Answers 2

6

For .Net builds, open project properties and select the Debug tab. Command line args can be added under the 'Start Options' section. For native builds, open project properties and select the Debugging tab under Configuration Properties. Command line args can be added (for the local debugger) in the 'Command Arguments' field.

Sign up to request clarification or add additional context in comments.

Comments

2

Right click the Project (not the Solution!) in Solution Explorer and select Properties >>> Debug >>> Start Options >>> Command line arguments

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.