[Rt-devel] Weird behavior when running RT::Init under Perl debugger.

Jesse Vincent jesse at bestpractical.com
Mon May 9 17:34:24 EDT 2005




On Mon, May 09, 2005 at 05:32:11PM -0400, Todd Chapman wrote:
> I am trying to help an AssetTracker user debug a problem
> on his system with RT 3.4.1 and Perl 5.8.4
> 
> This simple script, when run using "perl -d", hangs at RT::Init.


1) The perl debugger is so insanely useless as to not be funny.
2) Want.pm, which we need, breaks the debugger.
3) it's worth looking at Devel::ebug, a modern perl debugger.
> 
> Anyone seen this behavior?
> 
> Thanks.
> 
> -Todd
> 
> #!/usr/bin/perl
> use strict;
> 
> use lib "/opt/rt3/lib";
> 
> use RT;
> use RT::URI;
> 
> RT::LoadConfig();
> RT::Init();
> 
> _______________________________________________
> Rt-devel mailing list
> Rt-devel at lists.bestpractical.com
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-devel
> 

-- 


More information about the Rt-devel mailing list