Devel::Trepan::Shell

An interactive shell command plugin for Devel::Trepan
Download

Devel::Trepan::Shell Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Rocky Bernstein
  • Publisher web site:
  • http://search.cpan.org/~rocky/

Devel::Trepan::Shell Tags


Devel::Trepan::Shell Description

Devel::Trepan::Shell is a Perl module that adds a "shell" command with alias "re.pl" to the Devel::Trepan debugger, trepan.pl. The command goes into a Devel::REPL shell from inside the debugger.But wait, there's more!This package also contains some Devel::REPL plugins for entering both the Devel::Trepan debugger and the tried-and-true perl5db. debugger, from a re.pl shell:To call the debuggers inside re.pl, first run or put in your ~/.re.pl/rc.pl file: $_REPL->load_plugin('Trepan'); # to go into the trepan debugger $_REPL->load_plugin('Perl5db'); # to go into the perl5db debuggerAnd then in your re.pl session: %trepan Perl-expression-or-statement # enter Devel::Trepan debugger %perl5db Perl-expression-or-statement # enter Perl5dbProduct's homepage


Devel::Trepan::Shell Related Software