[](
https://circleci.com/gh/rocky/p5-Devel-Trepan-Deparse)
Adds Perl code disassembly (de-parsing) in via commands [`deparse`](
https://metacpan.org/pod/Devel::Trepan::CmdProcessor::Command::Deparse) and `deval` to the
[`Devel::Trepan`](
https://github.com/rocky/Perl-Devel-Trepan/wiki)
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
--------
* [B::DeparseTree](
http://search.cpan.org/~rocky/B-DeparseTree/)
* [Exact Perl location with B::DeparseTree (and Devel::Callsite)](
http://blogs.perl.org/users/rockyb/2015/11/exact-perl-location-with-bdeparse-and-develcallsite.html)
License and Copyright
---------------------
Copyright (C) 2015 Rocky Bernstein <
[email protected]>