This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl -d: display lines inside subroutines.
authorShlomi Fish <shlomif@shlomifish.org>
Sat, 10 Dec 2011 11:35:41 +0000 (13:35 +0200)
committerRicardo Signes <rjbs@cpan.org>
Thu, 29 Dec 2011 12:34:22 +0000 (07:34 -0500)
commit8dc67a69bbd9b13d51094c853f28f1db5f08c3a7
tree6d623edf08c86c87b0ae4ccd552f56dcb4f1c8f6
parent7355df7e69464cc1b7c5ce29234ddbcddec74500
perl -d: display lines inside subroutines.

This is another fix to the perl debugger while making sure that lines
inside subroutines will be printed in the run-time display of the perl
debugger: https://rt.perl.org/rt3/Ticket/Display.html?id=104820 .
MANIFEST
lib/perl5db.pl
lib/perl5db.t
lib/perl5db/t/with-subroutine [new file with mode: 0644]