logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

"Devel::MAT::Tool::Callers" - display the caller stack

Author

       Paul Evans <leonerd@leonerd.org.uk>

perl v5.40.0                                       2024-10-20                     Devel::MAT::Tool::Callers(3pm)

Commands

callers
          pmat> callers
          caller(0): &main::func => void
            at program.pl line 4
            $_[0]: SCALAR(PV) at 0x55c2bdce2778 = "arguments"
            $_[1]: SCALAR(PV) at 0x55c2bdce2868 = "go"
            $_[2]: SCALAR(PV) at 0x55c2bdce26e8 = "here"

       Prints details of the caller stack, including arguments to functions.

       Takes the following named options:

       --pad, -P
           Additionally show the contents of the active PAD at this depth.

Description

       This "Devel::MAT" tool displays the captured state of the caller stack, showing which functions have been
       called, and what their arguments were.

Name

       "Devel::MAT::Tool::Callers" - display the caller stack

See Also