1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
Source: libdevel-ebug-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8), perl,
perl (>= 5.13.11) | libmodule-build-perl (>= 0.380000)
Build-Depends-Indep: libtest-expect-perl,
libdevel-stacktrace-perl, libproc-background-perl, libstring-koremutake-perl,
libclass-accessor-chained-perl, libmodule-pluggable-perl, libpadwalker-perl,
netbase, libtest-pod-perl, libyaml-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: MartÃn Ferrari <tincho@debian.org>,
gregor herrmann <gregoa@debian.org>,
Jose Luis Rivas <ghostbar38@gmail.com>,
Ansgar Burchardt <ansgar@debian.org>,
Salvatore Bonaccorso <carnil@debian.org>,
Florian Schlichting <fschlich@zedat.fu-berlin.de>
Standards-Version: 3.9.3
Homepage: http://search.cpan.org/dist/Devel-ebug/
Vcs-Git: git://git.debian.org/pkg-perl/packages/libdevel-ebug-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdevel-ebug-perl.git
Package: libdevel-ebug-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libdevel-stacktrace-perl,
libclass-accessor-chained-perl, libmodule-pluggable-perl, libpadwalker-perl,
libproc-background-perl, libstring-koremutake-perl, libyaml-perl, netbase
Description: simple, extensible Perl debugger
Devel::ebug is a simple and extensible Perl debugger with a clean API.
Using this module, you may easily write a Perl debugger to debug your
programs. Alternatively, it comes with an interactive debugger, ebug.
.
Perl's current debugger is currently 2,600 lines of magic and special cases.
The code is nearly unreadable: fixing bugs and adding new features is fraught
with difficulties. The debugger has no test suite which has caused breakage
with changes that couldn't be properly tested. It will also not debug regexes.
Devel::ebug is aimed at fixing these problems and delivering a replacement
debugger which provides a well-tested simple programmatic interface to
debugging programs. This makes it easier to build debuggers on top of
Devel::ebug, be they console-, curses-, GUI- or Ajax-based.
|