-
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.
Would love to have this fixed. I'm trying to integrate valgrind (and this plugin) with a project that uses multiple command line parameters, and needs them to run. Unfortunately the bug is preventing me from doing so. Is there any reason why the arguments were quoted in the first place?