Devel::ebug::Console.3pm

Langue: en

Version: 2007-05-03 (mandriva - 01/05/08)

Section: 3 (Bibliothèques de fonctions)

NAME

Devel::ebug::Console - Console front end to Devel::ebug

SYNOPSIS

   # it's easier to use the 'ebug' script
   use Devel::ebug::Console;
   my $console = Devel::ebug::Console->new();
   $console->run();
 
 

DESCRIPTION

Devel::ebug::Console is an interactive commmand-line front end to Devel::ebug. It is a simple Perl debugger, much like perl5db.pl.

SEE ALSO

Devel::ebug, ebug

AUTHOR

Leon Brocard, "<acme@astray.com>" Copyright (C) 2005, Leon Brocard

This program is free software; you can redistribute it or modify it under the same terms as Perl itself.