|
From: Dan K. <da...@ke...> - 2014-01-14 15:36:34
|
On Tue, Jan 14, 2014 at 7:18 AM, Samuel Quiring <Sam...@sy...> wrote: > valgrind ./run.sh –e >& run log > > Will valgrind evaluate the shell script or my app or both? Just the shell script. Try --trace-children=yes . |