The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
# Make sure we skip over deleted breakpoints in list,
# but still catch breakpoints in place.
set basename on
set highlight off
continue gcd
list
break gcd
list . 
step 
list
quit!