You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The debugger's "v" command crashes instead of listing the source.
Steps to Reproduce
perl -de1
v
Undefined subroutine &DB::cmd_l called at /home/choroba/localperl/lib/5.35.1/perl5db.pl line 6034.
at /home/choroba/localperl/lib/5.35.1/perl5db.pl line 6034.
DB::cmd_v("v", "", 1) called at /home/choroba/localperl/lib/5.35.1/perl5db.pl line 4798
DB::cmd_wrapper("v", "", 1) called at /home/choroba/localperl/lib/5.35.1/perl5db.pl line 4311
DB::Obj::_handle_cmd_wrapper_commands(DB::Obj=HASH(0x27a65a8)) called at /home/choroba/localperl/lib/5.35.1/perl5db.pl line 3200
DB::DB called at -e line 1
Debugged program terminated. Use q to quit or R to restart,
use o inhibit_exit to avoid stopping after program termination,
h q, h R or h o to get additional info.
Description
The debugger's "v" command crashes instead of listing the source.
Steps to Reproduce
Expected behavior
The expected output is
Perl configuration
The text was updated successfully, but these errors were encountered: