Skip Menu |

This queue is for tickets about the Enbugger CPAN distribution.

Report information
The Basics
Id: 59719
Status: open
Priority: 0/
Queue: Enbugger

People
Owner: Nobody in particular
Requestors: scott [...] slowass.net
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 2.009
Fixed in: (no value)



I used to be able to do: use Enbugger; use Devel::Trace; $Devel::Trace::TRACE = 0; # then later: $Devel::Trace::TRACE = 1; ... and get traces starting at certain points in the program. This works with 1.03 but not 2.009. No trace output appears. Adding a call to Enbugger->stop drops me in the perl 5 debugger rather than engaging Devel::Trace. Specifying which debugger to use, since it won't trust me to load one myself, also fails: Enbugger->load_debugger('Devel::Trace'); Can't locate Enbugger/Devel/Trace.pm in @INC (@INC contains: /home/scott/lib/perl5/site_perl/5.12.0/i686-linux /home/scott/lib/perl5/site_perl/5.12.0 /home/scott/lib/perl5/5.12.0/i686-linux /home/scott/lib/perl5/5.12.0 /home/scott/lib/perl5/site_perl/5.8.9 /home/scott/lib/perl5/site_perl/5.8.8 /home/scott/lib/perl5/site_perl/5.8.6 /home/scott/lib/perl5/site_perl .) at /home/scott/lib/perl5/site_perl/5.12.0/i686-linux/Enbugger.pm line 266 Devel::Trace plus Enbugger is great for debugging systems you don't have access to. It's also great for creating execution logs of part of a program that sometimes fails so you can diff a failing and non-failing execution to see where the execution paths diverged. Anyway, cheers. Hope you've been well since YAPC.
Subject: Re: [rt.cpan.org #59719] AutoReply:
Date: Mon, 26 Jul 2010 18:11:11 -0400
To: Bugs in Enbugger via RT <bug-Enbugger [...] rt.cpan.org>
From: Scott Walters <scott [...] slowass.net>
Dammit, I created the ticket and I can't edit it to put in a subject. Sorry about that. -scott On 0, Bugs in Enbugger via RT <bug-Enbugger@rt.cpan.org> wrote: Show quoted text
> > Greetings, > > This message has been automatically generated in response to the > creation of a trouble ticket regarding: > "", > a summary of which appears below. > > There is no need to reply to this message right now. Your ticket has been > assigned an ID of [rt.cpan.org #59719]. Your ticket is accessible > on the web at: > > https://rt.cpan.org/Ticket/Display.html?id=59719 > > Please include the string: > > [rt.cpan.org #59719] > > in the subject line of all future correspondence about this issue. To do so, > you may reply to this message. > > Thank you, > bug-Enbugger@rt.cpan.org > > ------------------------------------------------------------------------- > > I used to be able to do: > > use Enbugger; > use Devel::Trace; > $Devel::Trace::TRACE = 0; > # then later: > $Devel::Trace::TRACE = 1; > > ... and get traces starting at certain points in the program. This > works with 1.03 but not 2.009. No trace output appears. Adding a call > to Enbugger->stop drops me in the perl 5 debugger rather than engaging > Devel::Trace. > > Specifying which debugger to use, since it won't trust me to load one > myself, also fails: > > Enbugger->load_debugger('Devel::Trace'); > > Can't locate Enbugger/Devel/Trace.pm in @INC (@INC contains: > /home/scott/lib/perl5/site_perl/5.12.0/i686-linux > /home/scott/lib/perl5/site_perl/5.12.0 > /home/scott/lib/perl5/5.12.0/i686-linux /home/scott/lib/perl5/5.12.0 > /home/scott/lib/perl5/site_perl/5.8.9 > /home/scott/lib/perl5/site_perl/5.8.8 > /home/scott/lib/perl5/site_perl/5.8.6 /home/scott/lib/perl5/site_perl .) > at /home/scott/lib/perl5/site_perl/5.12.0/i686-linux/Enbugger.pm line 266 > > Devel::Trace plus Enbugger is great for debugging systems you don't have > access to. It's also great for creating execution logs of part of a > program that sometimes fails so you can diff a failing and non-failing > execution to see where the execution paths diverged. > > Anyway, cheers. Hope you've been well since YAPC.
Subject: Re: [rt.cpan.org #59719] AutoReply:
Date: Sun, 8 Aug 2010 21:18:22 -0700
To: bug-Enbugger [...] rt.cpan.org
From: Joshua ben Jore <twists [...] gmail.com>
On Mon, Jul 26, 2010 at 3:11 PM, Scott Walters via RT <bug-Enbugger@rt.cpan.org> wrote: Show quoted text
>       Queue: Enbugger >  Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=59719 > > > Dammit, I created the ticket and I can't edit it to put in a subject. > Sorry about that.
It's cool. Thanks for the ticket, just read it. Josh