The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.002000 - 2017-04-04

  • Fixed bug when qr// interpolated into another regex being debugged
  • Added 'M' and 'F' to step through to next [m]atch/[f]ail at same stack depth
  • Added 'n' and 'p' to step through to [n]ext/[p]rev command at same stack depth
  • Added 'C' to [c]ontinue, displaying steps at/above current stack depth
  • Added 'r' to continue silently until matching [r]eturns from current subpattern
  • Added 'R' to [r]estart the entire match, [r]ewinding to step zero
  • Improved signaling of subrule failures
  • Improved visualizations when stepping backwards
  • Fixed edge cases when visualizing charsets and escaped characters

Documentation

command-line REPL and wrapper for Regexp::Debugger

Modules

Visually debug regexes in-place

Provides

in lib/Regexp/Debugger.pm