Is there a way to get command line arguments on a toolbar in Visual Studio 2010

I know that I can go through Project-> Debugging-> Command Arguments to set the command line arguments. VS goes to my programs when I launch them, but still move this field to the toolbar so that I can access it faster

+4
source share
2 answers

Yes, this extension is here: CLIArgsMadeEasy 2010/2012

+2
source

I don't know a way, but if you just switch between a fixed set of command line arguments, you can create a separate build configuration for each.

0
source

Source: https://habr.com/ru/post/1398104/


All Articles