DragonFly On-Line Manual Pages
EBUG(1) User Contributed Perl Documentation EBUG(1)
NAME
ebug - A simple, extensible console Perl debugger
SYNOPSIS
% ebug calc.pl
% ebug "add.pl 3 4"
DESCRIPTION
ebug is an interactive commmand-line front end to Devel::ebug. It is a
simple Perl debugger, much like perl5db.pl.
SEE ALSO
Devel::ebug
AUTHOR
Leon Brocard, "<acme@astray.com>"
COPYRIGHT
Copyright (C) 2005, Leon Brocard
This program is free software; you can redistribute it or modify it
under the same terms as Perl itself.
perl v5.20.2 2014-04-17 EBUG(1)