-
-
07 Jul 1996 19:35:40 UTC
- Distribution: Devel-CoreStack
- Module version: 1.3
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (58 / 0 / 0)
- Kwalitee
Bus factor: 0- % Coverage
- License: unknown
- Activity
24 month- Tools
- Download (7.49KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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.
Module Install Instructions
To install Devel::CoreStack, copy and paste the appropriate command in to your terminal.
cpanm Devel::CoreStack
perl -MCPAN -e shell install Devel::CoreStack
For more information on module installation, please visit the detailed CPAN module installation guide.