Go to Using valgrind on Windows in CLion (with WSL)
About
Using valgrind on Windows in CLion (with WSL)
Jetbrains CLion is an amazing tool to write C / C++ code but it can be a bit tricky to use valgrind on Windows. Therefore, I am gonna explain how to install Windows Subsystem for Linux (WSL Debian), how to install CMake on Debian, and how to link WSL to CLion on Windows.
Note from the editor

Jetbrains CLion is an amazing tool to write C / C++ code but it can be a bit tricky to use valgrind on Windows. Therefore, I am gonna explain how to install Windows Subsystem for Linux (WSL Debian), how to install CMake on Debian, and how to link WSL to CLion on Windows.

Editors
Go to the profile of Paul Souteyrat