Visual Studio: Manage debugging command line arguments for the app
问题 Is there any simple way to manage command line arguments for C++ project (I suppose the same for C#) in Visual Studio like it works in Visual Studio Code where you have dropdown with different run presets? I'm developing CLI and need to change arguments pretty often. Now I have to copy paste them from txt file. I guess it's not the easiest way to handle this :) UPD: Just to clarify I'm speaking about Console application project properties -> Debugging -> Command Arguments block. 回答1: You can