Summary Is there an easy way to save the alternative command arguments used by the Visual Studio debugger?
More details
Visual Studio has the ability to install the Command Argument , which are used by the debugger. For example, in the screenshot shown here, I set them to FOO BAR . Sometimes when debugging a project, I want to switch arguments to test different input sets. And often the arguments are much longer than just FOO BAR. It would be nice if there was a way to save the arguments I typed and quickly switch between them. Ideally, you could also change the working directory at the same time. But I have not yet found a way to do this, so I ask here. I am using Visual Studio Professional 2012.

source share