Awesome
Adds Perl code disassembly (de-parsing) in via commands deparse
and deval
to the
Devel::Trepan
debugger.
This can tell you exactly where you are stopped. We rely on B::DeparseTree and currently this works on Perl 5.18, 5.20 and 5.22.
Installation
To install this, run the following commands:
perl Build.PL
make
make test
[sudo] make install
See also
License and Copyright
Copyright (C) 2015 Rocky Bernstein rocky@cpan.org