Hoe-debugging 1.1.0 Released

hoe-debugging version 1.1.0 has been released!

DESCRIPTION:

A Hoe plugin to help you debug your C extensions. This plugin provides
test:gdb and test:valgrind` tasks (plus a few variants), along with
tasks
to generate and use valgrind suppression files (new!).

See the Hoe::Debugging module for a few configuration options.

This plugin expects you to have gdb and valgrindavailable in your
PATH.

CHANGES:

  • Features in 1.1.0 / 2012-09-26

    • Valgrind suppression files can be generated with rake test:valgrind:suppression
    • If present, valgrind suppressions will be used when valgrinding.