DB-Pluggable-StackTraceAsHTML
view release on metacpan or search on metacpan
lib/DB/Pluggable/Plugin/StackTraceAsHTML.pm view on Meta::CPAN
$DB::alias{Th} = "/./; DB::cmd_Th();";
}
1;
__END__
=pod
=for test_synopsis 1;
__END__
=head1 NAME
DB::Pluggable::Plugin::StackTraceAsHTML - Add debugger command to see stack trace as HTML
=head1 VERSION
version 1.111750
=head1 SYNOPSIS
$ cat ~/.perldb
use DB::Pluggable;
DB::Pluggable->run_with_config(\<<EOINI)
[StackTraceAsHTML]
EOINI
$ perl -d foo.pl
Loading DB routines from perl5db.pl version 1.28
Editor support available.
Enter h or `h h' for help, or `man perldebug' for more help.
1..9
...
DB<1> c
...
DB<2> Th
=head1 DESCRIPTION
This plugin for L<DB::Pluggable> adds the C<Th> command to the debugger, which
displays a stack trace in HTML format, with lexical variables, using
L<Devel::StackTrace::AsHTML>. It then opens the page in the default browser
using L<Browser::Open>.
The command name C<Th> was chosen because the C<T> command shows a plain text
stack trace and C<h> indicates that the output is HTML.
=head1 METHODS
=head2 initialize
Adds the C<Th> command to the Perl debugger.
=head1 INSTALLATION
See perlmodinstall for information and options on installing Perl modules.
=head1 BUGS AND LIMITATIONS
No bugs have been reported.
Please report any bugs or feature requests through the web interface at
L<http://rt.cpan.org/Public/Dist/Display.html?Name=DB-Pluggable-StackTraceAsHTML>.
=head1 AVAILABILITY
The latest version of this module is available from the Comprehensive Perl
Archive Network (CPAN). Visit L<http://www.perl.com/CPAN/> to find a CPAN
site near you, or see L<http://search.cpan.org/dist/DB-Pluggable-StackTraceAsHTML/>.
The development version lives at L<http://github.com/hanekomu/DB-Pluggable-StackTraceAsHTML>
and may be cloned from L<git://github.com/hanekomu/DB-Pluggable-StackTraceAsHTML.git>.
Instead of sending patches, please fork this project using the standard
git and github infrastructure.
=head1 AUTHOR
Marcel Gruenauer <marcel@cpan.org>
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2009 by Marcel Gruenauer.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
=cut
( run in 0.595 second using v1.01-cache-2.11-cpan-39bf76dae61 )