Devel::Command::DBSub::DB_5_8_6 - Devel::Command debugger patch for 5.8.6 and up


Devel-Command documentation  | view source Contained in the Devel-Command distribution.

Index


NAME

Top

Devel::Command::DBSub::DB_5_8_6 - Devel::Command debugger patch for 5.8.6 and up

SYNOPSIS

Top

  # in .perldb:
  use Devel::Command;

DESCRIPTION

Top

Devel::Command::DBSub::DB_5_8_6 loads a patched version of the debugger's DB() routine that will work with Perl 5.8.6 and up.

alt_586_DB

This subroutine is essentially a copy of the 5.8.6 DB::DB function, with the code necessary to pick up custom functions patched in.

NOTE

Top

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.

SEE ALSO

Top

perl5db.pl, notably the documentation for the DB::DB subroutine.

Devel::Command for a description of the debugger patching plugins.

AUTHOR

Top

Joe McMahon, <mcmahon@ibiblio.org>

COPYRIGHT AND LICENSE

Top


Devel-Command documentation  | view source Contained in the Devel-Command distribution.