1Devel::StackTrace::AsHTUMsLe(r3)Contributed Perl DocumenDteavteilo:n:StackTrace::AsHTML(3)
2
3
4
6 Devel::StackTrace::AsHTML - Displays stack trace in HTML
7
9 use Devel::StackTrace::AsHTML;
10
11 my $trace = Devel::StackTrace->new;
12 my $html = $trace->as_html;
13
15 Devel::StackTrace::AsHTML adds "as_html" method to Devel::StackTrace
16 which displays the stack trace in beautiful HTML, with code snippet
17 context and function parameters. If you call it on an instance of
18 Devel::StackTrace::WithLexicals, you even get to see the lexical
19 variables of each stack frame.
20
22 Tatsuhiko Miyagawa <miyagawa@bulknews.net>
23
24 Shawn M Moore
25
26 HTML generation code is ripped off from CGI::ExceptionManager written
27 by Tokuhiro Matsuno and Kazuho Oku.
28
30 The following copyright notice applies to all the files provided in
31 this distribution, including binary files, unless explicitly noted
32 otherwise.
33
34 Copyright 2009-2013 Tatsuhiko Miyagawa
35
37 This library is free software; you can redistribute it and/or modify it
38 under the same terms as Perl itself.
39
41 Devel::StackTrace Devel::StackTrace::WithLexicals CGI::ExceptionManager
42
43
44
45perl v5.30.0 2019-07-26 Devel::StackTrace::AsHTML(3)