Skip Menu |

This queue is for tickets about the Apache-DB CPAN distribution.

Report information
The Basics
Id: 115322
Status: new
Priority: 0/
Queue: Apache-DB

People
Owner: Nobody in particular
Requestors: KES [...] cpan.org
Cc:
AdminCc:

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



Subject: Wrong processing for PERL5DB
http://perldoc.perl.org/perldebug.html BEGIN { require "myperl5db.pl" } As a last resort, you could also use PERL5DB to customize the debugger by directly setting internal variables or calling debugger functions. You should just eval( $ENV{PERL5DB} ) and do not do any processing because there is plain perl code. In my case this construct does not work: PerlSetEnv PERL5DB "use Devel::DebugHooks::Terminal qw/NonStop trace_flow/; 1"