-
Bug
-
Resolution: Fixed
-
Minor
-
Running on Linux
I have this executable that takes multiple command line arguments.
So in the Build Run Valgrind dialog for Executable Arguments I have in the dialog the value "test SimResItemBased"
Now when the Valgrind task runs it does:
<executable name> "test SimResItemBased" instead of <executable name> test SimResItemBased
So instead of having two arguments it has a single arguments with a space in the middle.