Paketname | libdevel-ebug-perl |
Beschreibung | simple, extensible Perl debugger |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.49-3 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 224 Byte |
Hängt ab von | perl, libdevel-stacktrace-perl, libclass-accessor-chained-perl, libmodule-pluggable-perl, libpadwalk |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 38824 Byte |
Prüfsumme MD5 | 7ee9843656f833e2894abca67eb5c559 |
Prüfsumme SHA1 | 935ad786f3e86b999e77f52562a1dc7a819ee1aa |
Prüfsumme SHA256 | 772e9069194126fed216377a5b5e2356215b5f32dba794ac194c01d2c15eebbe |
Link zum Herunterladen | libdevel-ebug-perl_0.49-3_all.deb |
Ausführliche Beschreibung | 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.
|