The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Devel::Trace"

Devel::Trace - Print out each line before it is executed (like sh -x) River stage one • 4 direct dependents • 5 total dependents

If you run your program with "perl -d:Trace program", this module will print a message to standard error just before each line is executed. For example, if your program looks like this: #!/usr/bin/perl print "Statement 1 at line 4\n"; print "Statemen...

MJD/Devel-Trace-0.12 - 16 Mar 2012 15:03:33 UTC

Devel::Trace::Cwd - Print out each line before it is executed and track cwd changes River stage zero No dependents

If you run your program with "perl -d:Trace::Cwd program", this module will print a message to standard error just before each line is executed. For example, if your program looks like this: #!/usr/bin/perl print "Statement 1 at line 4\n"; print "Sta...

BINGOS/Devel-Trace-Cwd-0.02 - 31 Jan 2011 21:21:36 UTC

Devel::Trace::More - Like Devel::Trace but with more control River stage zero No dependents

This module will print out every line of code as it executes when used under the perl debugger. By default all executed lines will print to STDERR. By calling filter_on with a code ref, regex ref, a scalar, or by setting $Devel::Trace::More::IS_INTER...

LUNGCHING/Devel-Trace-More-0.05 - 25 Aug 2011 16:58:30 UTC

Devel::Trace::Subs - Generate, track, store and print code flow and stack traces River stage zero No dependents

This module facilitates keeping track of a project's code flow and stack trace information in calls between subroutines. Optionally, you can use this module to automatically inject the appropriate "trace()" calls into all subs in individual files, al...

STEVEB/Devel-Trace-Subs-0.24 - 09 Feb 2022 20:36:05 UTC

Devel::Trace::Fork - Devel::Trace-like output for multi-process programs River stage zero No dependents

Like Mark Jason Dominus's Devel::Trace module, but debugging output includes additional information like * a high-resolution timestamp for the time each statement was executed * the process id of the process that executes each statement * the current...

MOB/Devel-Trace-Fork-0.11 - 09 Sep 2010 01:28:28 UTC

Devel::Trace::Fork River stage zero No dependents

Like Mark Jason Dominus's Devel::Trace module, but debugging output includes additional information like * a high-resolution timestamp for the time each statement was executed * the process id of the process that executes each statement * the current...

MOB/Devel-Trace-Fork-0.11 - 09 Sep 2010 01:28:28 UTC

Devel::Module::Trace - Trace module origins River stage zero No dependents

This module traces use/require statements to print the origins of loaded modules...

NIERLEIN/Devel-Module-Trace-0.02 - 01 May 2015 10:09:50 UTC

Devel::Trace::Syscall - Print a stack trace whenever a system call is made River stage zero No dependents

Have you ever been looking at the "strace" output for a Perl process, looking at all of the calls to "open" or whatever and wondering "where the heck in my program are those happening"? You ack <http://beyondgrep.com/> the source code for calls to "o...

RHOELZ/Devel-Trace-Syscall-0.05 - 01 Feb 2018 02:32:00 UTC

Devel::TraceFuncs - trace function calls as they happen. River stage zero No dependents

Devel::TraceFuncs provides utilities to trace the execution of a program. It can print traces that look something like: +-> global: '0' | +-> main::fo(4, 5) (in ./t.pm:32): 'now then' | | +-> main::fp(4, 5) (in ./t.pm:19) | | | +-> main::fq() (in ./t...

JOEHIL/traceFunc-0.1 - 03 Jun 1996 21:44:58 UTC

Devel::Trace::Subs::HTML - <a href="https://github.com/stevieb9/devel-examine-subs/actions"><img src="https://github.com/stevieb9/devel-examine-subs/workflows/CI/badge.svg"/></a> <a href='https://coveralls.io/github/stevieb9/devel-examine-subs?branch=master'><img src='https://coveralls.io/repos/stevieb9/devel-examine-subs/badge.svg?branch=master&service=github' alt='Coverage Status' /></a> River stage zero No dependents

STEVEB/Devel-Trace-Subs-0.24 - 09 Feb 2022 20:36:05 UTC

Devel::Trace::Subs::Text - <a href="https://github.com/stevieb9/devel-examine-subs/actions"><img src="https://github.com/stevieb9/devel-examine-subs/workflows/CI/badge.svg"/></a> <a href='https://coveralls.io/github/stevieb9/devel-examine-subs?branch=master'><img src='https://coveralls.io/repos/stevieb9/devel-examine-subs/badge.svg?branch=master&service=github' alt='Coverage Status' /></a> River stage zero No dependents

STEVEB/Devel-Trace-Subs-0.24 - 09 Feb 2022 20:36:05 UTC

Devel::eps - Eric's Perl Scanner River stage zero No dependents

EWILHELM/Devel-TraceDeps-v0.0.3 - 31 Jan 2009 19:54:02 UTC

Devel::DTrace - Enable dtrace probes for subroutine entry, exit River stage zero No dependents

This module is alpha. Use with care. Expect problems. Report bugs. Sun's dtrace tool is currently supplied with Solaris and Mac OS 10.5. It allows probes to be attached to a running executable so that debug information may be gathered. This module pr...

ANDYA/Devel-DTrace-0.11 - 07 Mar 2009 22:48:32 UTC

Devel::TraceUse - show the modules your program loads, recursively River stage one • 3 direct dependents • 3 total dependents

BOOK/Devel-TraceUse-2.097 - 04 Jan 2023 12:23:49 UTC

Devel::TraceSAX - Trace SAX events River stage zero No dependents

WARNING: alpha code alert!!! This module and its API subject to change, possibly radically :). Traces SAX events in a program. Works by applying Devel::TraceCalls to a tracer on the desired classes for all known SAX event types (according to XML::SAX...

RBS/Devel-TraceSAX-0.021 - 06 Feb 2002 09:35:39 UTC

Devel::TraceRun - Shows all the function calls and returns in a Perl program River stage zero No dependents

Figuring out a large system's workings is hard. Figuring out why it's not working, and where it's going wrong, is even harder. This tool produces an indented list of all function calls with parameters (in a very very concise format) and return values...

ETJ/Devel-TraceRun-0.003 - 10 Jul 2020 19:46:37 UTC

Devel::TraceINC - lock your @INC hooks in place River stage zero No dependents

I had a situation where a program was loading a module but I couldn't find where in the code it was loaded. It turned out that I loaded some module, which loaded another module, which loaded the module in question. To be able to track down who loads ...

BELDEN/Devel-TraceINC-1.100852 - 02 Nov 2018 17:35:01 UTC

Devel::LineTrace - Apply traces to individual lines. River stage one • 1 direct dependent • 1 total dependent

This is a class that enables assigning Perl code callbacks to certain lines in the original code without modifying it. To do so prepare a file with the following syntax: [source_filename]:[line] [CODE] [CODE] [CODE] [source_filename]:[line] [CODE] [C...

SHLOMIF/Devel-LineTrace-0.1.12 - 28 Jan 2020 18:15:00 UTC

Devel::TraceVars - Print each line of code with variables evaluated River stage one • 1 direct dependent • 1 total dependent

If you run your program with "perl -d:TraceVars program", this module will print the current line of code being executed to standard error just before each line is executed. The contents of all scalar variables will be evaluated and displayed as well...

POTYL/Devel-TraceVars-0.03 - 31 Mar 2012 21:41:02 UTC

Devel::LeakTrace - indicate where leaked variables are coming from. River stage zero No dependents

Based heavily on Devel::Leak, Devel::LeakTrace uses the pluggable runops feature found in perl 5.6 and later in order to trace SV allocations of a running program. At END time Devel::LeakTrace identifies any remaining variables, and reports on the li...

RCLAMP/Devel-LeakTrace-0.06 - 13 Mar 2017 07:37:58 UTC
120 results (0.088 seconds)