The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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