Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: What's the reason for such kind of behavior of perl5db.pl?

by chrestomanci (Priest)
on Sep 21, 2011 at 09:10 UTC ( [id://927104]=note: print w/replies, xml ) Need Help??


in reply to What's the reason for such kind of behavior of perl5db.pl?

Have you changed the setup of the perl debugger so as to set a break point before code is compiled?

I have seen similar strange behaviour by setting a break point in a begin block:

BEGIN: { $DB:single = 1; }; # Rest of the script here

Replies are listed 'Best First'.
Re^2: What's the reason for such kind of behavior of perl5db.pl?
by PerlOnTheWay (Monk) on Sep 21, 2011 at 14:04 UTC

    No special settings,

    it's started simply by perl -d

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (5)
As of 2024-03-28 18:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found