libdevel-findref-perl

Perl module to find variables referring to an object

Description

Devel::FindRef is a module that can help developers track down reference problems. Since Perl keeps track of everything internally, it is usually possible to take an object/scalar/what-have-you and find everything that is referring to it.

One common scenario is that some object goes out of scope and you expect it to be destroyed, but there are still references to it that keep it from being garbage collected.

This module can output a tree containing a list of variables that point to a given value, along with some context about them, such as their scope and where they are.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://metacpan.org/release/Devel-FindRef


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libdevel-findref-perl