Devel::CoreStack - try to generate a stack dump from a core file


Devel-CoreStack documentation  | view source Contained in the Devel-CoreStack distribution.

Index


NAME

Top

Devel::CoreStack - try to generate a stack dump from a core file

SYNOPSIS

Top

  perl -MDevel::CoreStack -e 'stack'

  perl -MDevel::CoreStack -e 'stack("../myperl", "./mycore", "debugger")'

DESCRIPTION

Top

This module attempts to generate a stack dump from a core file by locating the best available debugger (if any) and running it with the appropriate arguments and command script.


Devel-CoreStack documentation  | view source Contained in the Devel-CoreStack distribution.