Devel::CoreStack.3pm

Langue: en

Autres versions - même langue

Version: 1996-07-04 (openSuse - 09/10/07)

Section: 3 (Bibliothèques de fonctions)

NAME

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

SYNOPSIS


  perl -MDevel::CoreStack -e 'stack'




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



DESCRIPTION

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.