Hi,
I would like to run my ns-3 application using valgrind. It also takes command line arguments. So the command looks like:
./waf --run "program_name --arg1=v1 --arg2=v2" --valgrind
The waf system mistakes the whole thing in the double quotes to be the program name and gives me an error:
program 'program_name --arg1=v1 --arg2=v2' not found; available programs are: [...]
I tried to make some fix in wutils.py but some other things start to break. I get target does not exist error. Can someone point a quick fix?
Thanks
Shivkumar