| Devel-Command documentation | view source | Contained in the Devel-Command distribution. |
Devel::Command::DBSub::DB_5_8_5 - Devel::Command debugger patch for 5.8.5 and up
# in .perldb: use Devel::Command;
Devel::Command::DBSub::DB_5_8_5 loads a patched version of the debugger's
DB() routine that will work with Perl 5.8.0 through Perl 5.8.5.
This subroutine is essentially a copy of the 5.8.5 DB::DB function, with the code necessary to pick up custom functions patched in.
The POD documentation was removed from this subroutine to prevent this
documentation becoming confusing. If you want real docs on how the debugger
works, see perldoc perl5db.pl.
perl5db.pl, notably the documentation for the DB::DB subroutine.
Devel::Command for a description of the debugger patching plugins.
Joe McMahon, <mcmahon@ibiblio.org>
Copyright (C) 2006 by Joe McMahon
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.
| Devel-Command documentation | view source | Contained in the Devel-Command distribution. |