I am not sure if I can install valgrind
debugger in my Macbook Pro. I searched online but most posts are related to Ubuntu. Can someone tell if this is possible? If so, can it be by brew for example?
Asked
Active
Viewed 611 times
1

bfontaine
- 18,169
- 13
- 73
- 107

Pedro Kali
- 55
- 1
- 5
-
I've had no major problems (beyond needing to add custom suppressions) with downloading and building Valgrind from the SVN repository using the XCode (`clang` and `clang++`) compilers. – Jonathan Leffler Oct 05 '16 at 22:59
1 Answers
2
you can use "brew install valgrind" to install valgrind.

Pol Conin
- 188
- 1
- 10
-
2Thank you for responding .. I got this error message: `valgrind: This formula either does not compile or function as expected on macOS versions newer than El Capitan due to an upstream incompatibility. Error: An unsatisfied requirement failed this build.` – Pedro Kali Oct 06 '16 at 00:18
-
Valgrind released a new version on the 24th of October I believe, that does support Sierra. Which I am assuming is what you have. Try it now? – Zaid Albirawi Nov 22 '16 at 05:11