Is there a way to install Valgrind on Catalina and have it run properly? If so, I would very much appreciate a step-by-step process.
I tried installing Valgrind with htt
This is how I just did it on Catalina 10.15.5:
brew remove valgrind # remove previous attempts at installing it (if any) brew tap LouisBrunner/valgrind brew install --HEAD LouisBrunner/valgrind/valgrind
Source: https://github.com/LouisBrunner/valgrind-macos