What is KDev-Valgrind ?

The KDev-Valgrind project aims at developing a free module for KDevelop (KDE's IDE) to integrate the Valgrind debugging suite, composed of the following tools:

Repositories

There are currently two git repositories:

  1. sbrk.org: which is mainly used to test experimental changes:
    $ git clone git@sbrk.org:kdev-valgrind
  2. kde.org: the official one, sometimes synchronised with successful experimental changes from sbrk:
    $ git clone git://anongit.kde.org/kdev-valgrind

Documentation

Documentation is available both for users and for developers interested in the design of the module:

Also, a guide to compile the module from scratch is available on redmine.

Additional Links