Difference between revisions of "Valgrind"

From PHASTA Wiki
Jump to: navigation, search
Line 5: Line 5:
 
cd to the directory which contains the program you wish to run valgrind on
 
cd to the directory which contains the program you wish to run valgrind on
  
"valgrind --tool=memcheck <program_name>"
+
''valgrind --tool=memcheck <program_name>''

Revision as of 14:32, 21 August 2011

Valgrind is very useful for finding memory leaks that occur when running scripts.

soft add +valgrind

cd to the directory which contains the program you wish to run valgrind on

valgrind --tool=memcheck <program_name>