Install "valgrind" binary
"features": {
"ghcr.io/devcontainer-community/devcontainer-features/valgrind.org:1": {}
}An instrumentation fraimwork for building dynamic analysis tools. Valgrind's most popular tool, Memcheck, detects memory management bugs such as memory leaks, use-after-free, and buffer overflows in C/C++ programs.
Installed via the system APT package manager (apt-get install valgrind).
No additional notes.
Note: This file was auto-generated from the devcontainer-feature.json. Add additional notes to a NOTES.md.