![]() |
![]()
| ![]() |
![]()
NAMEDevel::ebug::Console VERSIONversion 0.64 SYNOPSIS# it's easier to use the 'ebug' script use Devel::ebug::Console; my $console = Devel::ebug::Console->new(); $console->run(); DESCRIPTIONDevel::ebug::Console is an interactive command-line front end to Devel::ebug. It is a simple Perl debugger, much like perl5db.pl. NAMEDevel::ebug::Console - Console front end to Devel::ebug SEE ALSODevel::ebug, ebug AUTHOROriginal author: Leon Brocard <acme@astray.com> Current maintainer: Graham Ollis <plicease@cpan.org> Contributors: Brock Wilcox <awwaiid@thelackthereof.org> Taisuke Yamada COPYRIGHT AND LICENSEThis software is copyright (c) 2005-2021 by Leon Brocard. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
|