NAME

Devel::MAT::Tool::Callstack - display the call stack

DESCRIPTION

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

COMMANDS

callstack

pmat> callstack
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 call stack, including arguments to functions.

AUTHOR

Paul Evans <leonerd@leonerd.org.uk>