I have a solution in visual studio that I am trying to debug. In normal applications, I always run it via the executable through command line
Stereo-Vision arg1 arg2 arg3 arg4 arg5
If I want to debug while observing variables through the watch window etc, is the only possible way to do this is to set the arguments in Configuration Properties -> Debugging -> Command Arguments then to run the program inside of visual studio ?