in reply to Re^2: Breakpoints and GLOBAL_PHASE
in thread [SOLVED] Breakpoints behaviour in some perl versions

> Since this is a custom debugger written from scratch

I'm irritated ... you are using perl5db.pl terminology but you wrote a new debugger from scratch?

Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!

Replies are listed 'Best First'.
Re^4: Breakpoints and GLOBAL_PHASE
by hurricup (Pilgrim) on May 17, 2016 at 14:25 UTC
    What do you mean by "perl5db.pl" terminology?
      > What do you mean by "perl5db.pl" terminology?

      DB::sub , @{::_<filename} and so on ...

      see perl5db.pl

      Cheers Rolf
      (addicted to the Perl Programming Language and ☆☆☆☆ :)
      Je suis Charlie!