1

I want to do memcheck on C applications on Windows.

My hypothesis is that Valgrind via WSL would also require compiled executable to be done in Linux. Is this setup to be avoided or recommended?

3
  • I don't think Valgrind working for Windows even with WSL. You can try Intel Vtune instead Commented Mar 28, 2018 at 12:49
  • I had mine working earlier. I just wanted the GUI of eclipse to connect to it. Commented Mar 28, 2018 at 13:01
  • See: Run settings i.e. something like valgrind --tool=cachegrind Debug\my.exe Commented Mar 28, 2018 at 13:39

0