Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^2: Using the perl debugger

by codeacrobat (Chaplain)
on Mar 15, 2009 at 12:07 UTC ( [id://750720]=note: print w/replies, xml ) Need Help??


in reply to Re: Using the perl debugger
in thread Using the perl debugger

Unfortunately it doesn't work in perl5db.pl v1.30 :-( After "{{ #" statements are still getting executed.
$ perl -v This is perl, v5.10.0 built for cygwin-thread-multi-64int (with 6 registered patches, see perl -V for more detail) $ perl -d bla.pl Loading DB routines from perl5db.pl version 1.3 Editor support available. Enter h or `h h' for help, or `man perldebug' for more help. main::(bla.pl:5): my @i = (2..5); DB<1> {{ # DB<2> s main::(bla.pl:7): for my $i (@i) { auto(-1) DB<2> # DB<2> s main::(bla.pl:8): $i ++; auto(-1) DB<2> # DB<2> s main::(bla.pl:9): print "foo"; auto(-1) DB<2> # DB<2> s main::(bla.pl:10): print " $i\n"; auto(-1) DB<2> # foo

print+qq(\L@{[ref\&@]}@{['@'x7^'!#2/"!4']});

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://750720]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (5)
As of 2025-02-14 15:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found