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