Devel::Trepan

A new Perl debugger
Download

Devel::Trepan Ranking & Summary

Advertisement

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

Devel::Trepan Tags


Devel::Trepan Description

Devel::Trepan is a modular, testable, gdb-like debugger in the family of the Ruby trepanning debuggers.It has extensive online-help, supports syntax highlighting via Syntax::Highlight::Perl::Improved, command completion and history via GNU ReadLine via Term::ReadLine::Perl or Term::ReadLine::Gnu, and interactive shell support via Psh or Devel::REPL.From a shell: trepan.pl perl-program Or for those who prefer the traditional Perlish way: perl -d:Trepan perl-program Calling the debugger from inside your Perl program using Joshua ben Jore's Enbugger: # This needs to be done once and could even be in some sort of # conditional code require Enbugger; Enbugger->load_debugger( 'trepan' ); # work, work, work... # Oops! there was an error! Enable the debugger now! Enbugger->stop; # or Enbugger->stop if ...Product's homepage


Devel::Trepan Related Software