Difference between revisions of "Valgrind"

From Computer Science
Jump to: navigation, search
(Created page with "First, you should make sure to compile your program with debugging information enabled. See GNU Debugger. You can run the <code>valgrind</code> memory checker by running...")
(No difference)

Revision as of 14:41, 25 October 2022

First, you should make sure to compile your program with debugging information enabled. See GNU Debugger. You can run the valgrind memory checker by running:

valgrind program_file.o