Valgrind
Revision as of 14:41, 25 October 2022 by Jkinne (talk | contribs) (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...")
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