Search results for "module:Devel::file"
Devel::file - show source lines around errors and warnings
Devel::file appends source code to warnings and fatal errors as a potential debugging aid. It provides handlers for die and warn in order to do this. This module is still in alpha and is liable to change....
BOWMANBS/Devel-file-0.01 - 07 Oct 2007 11:57:35 UTC
Devel::Cover::DB::File - Code coverage metrics for Perl
PJCJ/Devel-Cover-1.38
-
05 Jun 2022 18:20:42 UTC
Devel::FileProfile - quick & easy per-file statistical profiler
Devel::FileProfile is a very simple statistical profiler. Unlike Devel::Profile, it will not slow down the execution of your program and it will not take forever to generate the profile results. On the other hand, the profile results are not nearly a...
MUIR/Devel-FileProfile-0.22 - 04 May 2007 14:32:00 UTC
Devel::FileBreaker - set breakpoints in all subroutines in one or more files
MOB/Devel-ModuleBreaker-0.03
-
12 Sep 2018 17:06:26 UTC
lib/Devel/Cover/Report/Clover/File.pm
DBARTLE/Devel-Cover-Report-Clover-1.01
-
31 Dec 2016 03:51:06 UTC
Devel::hdb::App::SourceFile - Get Perl source for the running program
Registers routes for getting the Perl source code for files used by the debugged program. Routes GET /source Get a list of all the source code files loaded by the application. This list also contains the files used by the debugger, and the file-like ...
BRUMMETT/Devel-hdb-0.25 - 23 Dec 2018 00:22:43 UTC
Devel::FIXME::Rules::PerlFile - Support for rules stored as perl code in a file.
The file in the SYNOPSIS, or the file specified by the "FIXME_RULEFILE" environment variable, needs to return an array reference, containing code references. These code references are the rules that are applied as methods on the fixme object....
NHORNE/Devel-FIXME-0.02 - 22 Sep 2020 23:42:16 UTC
lib/Devel/Cover/Report/Clover/FileRegistry.pm
DBARTLE/Devel-Cover-Report-Clover-1.01
-
31 Dec 2016 03:51:06 UTC
Devel::DebugInit - Perl extension for creating a debugger initialization files from C header file macros
Devel::DebugInit is aimed at C/C++ developers who want access to C macro definitions from within a debugger. It provides a simple and automated way of creating debugger initialization files for a specific project. The initialization files created con...
JASONS/Devel-DebugInit-0.3 - 29 Aug 1997 17:42:16 UTC
Devel::PDB - A simple Curses-based Perl DeBugger
PerlDeBugger is a Curses-based Perl debugger with most of the essential functions such as monitoring windows for paddlist, call stack, custom watch expressions, etc. Suitable for debugging or tracing complicated Perl applications on the spot. FUNCTIO...
KOCEASY/Devel-PDB-1.6 - 28 Dec 2015 21:29:11 UTC
Devel::hdb - Perl debugger as a web page and REST service
hdb is a Perl debugger that uses HTML and javascript to implement the GUI. This front-end talks to a REST service provided by the debugger running with the Perl code....
BRUMMETT/Devel-hdb-0.25 - 23 Dec 2018 00:22:43 UTC
Devel::MAT - Perl Memory Analysis Tool
A "Devel::MAT" instance loads a heapdump file, and provides a container to store analysis tools to work on it. Tools may be provided that conform to the Devel::MAT::Tool API, which can help analyse the data and interact with the explorer user interfa...
PEVANS/Devel-MAT-0.51 - 23 Mar 2023 14:53:11 UTC
Devel::MRO - Provides mro functions for XS modules
"Devel::MRO" provides several mro functions for XS modules. This module provides only a header file, mro_compat.h, so you need not load it in your modules....
GFUJI/Devel-MRO-0.05 - 16 Feb 2009 05:45:30 UTC
Devel::Kit - Handy toolbox of things to ease development/debugging.
From one line data dumping sanity checks to debug print statements in a large body of code I often found myself reinventing these basic solutions. Hence this module was born to help give a host of functions/functionality with a minimum of typing/effo...
DMUEY/Devel-Kit-0.82 - 23 Oct 2020 17:11:22 UTC
Devel::GDB - Open and communicate a gdb session
The "Devel::GDB" package provides an interface for communicating with GDB. Internally, it uses the *GDB/MI* interpreter (see <http://sourceware.org/gdb/current/onlinedocs/gdb_25.html>), which accurately informs the caller of the program state and, th...
JEZRA/Devel-GDB-2.02 - 28 Jan 2008 21:33:45 UTC