Source: libregexp-debugger-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Salvatore Bonaccorso Build-Depends: debhelper (>= 9), libmodule-build-perl, perl Standards-Version: 4.1.0 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libregexp-debugger-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libregexp-debugger-perl.git Homepage: https://metacpan.org/release/Regexp-Debugger Testsuite: autopkgtest-pkg-perl Package: libregexp-debugger-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Recommends: libjson-xs-perl | libjson-perl | libyaml-syck-perl, libio-prompter-perl (>= 0.004000), libterm-readkey-perl Description: Perl module to visually debug regexes in-place Regexp::Debugger is a module that helps tame unruly regexes by providing live interactive run-time visualizations of any regex in a Perl code. The debugger allows one to track capture variables, follow recursive subpattern matches, set break-points within a regex match, and even step backwards through the matching process to work out exactly where things started going so horribly wrong. . When you load this module, any regex in the same lexical scope will be visually (and interactively) debugged as it matches. . In addition to the Perl module, the package also contains the module's commandline frontend rxrx.