Option to configure Valgrind on CLion is not existent

已回答

Hi guys ! 

 

I was trying to use Valgrind for the first time on my MacOS Catalina when i noticed that the latest Valgrind version wasn't supported on my OS. So I found this patched version on Valgrind (https://github.com/sowson/valgrind) which apparently works on MacOS Catalina. My problem occurs when i want to follow this guide : https://www.jetbrains.com/help/clion/memory-profiling-with-valgrind.html?_ga=2.106142283.959309680.1582467143-205242347.1580718011&_gac=1.152457419.1582471264.Cj0KCQiA4sjyBRC5ARIsAEHsELHIEUg56VkSoTqmQ5rmkflc5RoIs1CNCqdnHNsFbnDHz1uMwnaRQH4aAkMHEALw_wcB

According to it, I'm suppose to have an "Dynamic Analysis Tools" in my "Build, Execution, Deployment". But it doesn't exist on my CLion (I'm on 19.3.3) as you can see below.
So does someone know if there is a way for me to use Valgrind ? 

0

Hi!

According to the screenshot, you open preferences for new projects (File | New Projects Settings | Preferences for New Projects). You need to open CLion | Preferences | Build, Execution, Deployment.

0

请先登录再写评论。