[TOC]

概述

文章参考:https://blog.csdn.net/tissar/article/details/87194737

文章参考:https://blog.csdn.net/kl222/article/details/40890823

文章参考:https://developer.aliyun.com/article/243932

文章参考:https://blog.csdn.net/ThinkAboutLife/article/details/109592322

CLion使用Valgrind

MacOS:

1
2
brew tap LouisBrunner/valgrind
brew install --HEAD LouisBrunner/valgrind/valgrind

在 mac 下安装 Valgrind 比较麻烦,在尝试多次后,总结出上面的安装方式

Linux:

1
sudo apt install valgrind

Windows,WSL 环境下:

1
sudo apt-get install valgrind

Ubuntu环境CLion配置

img

设置完成之后运行:

在 clion 下编译可执行文件,编译成功后,点击下图红框

等待程序运行结束,在 Run 面板中点击 Valgrind,即可查看结果: