There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

Show OP address in debugger location.

Showing the OP address allows you to disambiguate exactly where you are in a line that may have many statements or stopping points.

In a mult-statement line, the deparse command will print just the current command.

See also:

set display op, deparse, info line, info program and disassemble via plugin Devel::Trepan::Disassemble