1CGI::Application::PlugiUns:e:rDeCboungtSrcirbeuetne(d3C)PGeIr:l:ADpopcluimceanttiaotni:o:nPlugin::DebugScreen(3)
2
3
4
6 CGI::Application::Plugin::DebugScreen - add Debug support to
7 CGI::Application.
8
10 This documentation refers to CGI::Application::Plugin::DebugScreen
11 version 0.06
12
14 use CGI::Application::Plugin::DebugScreen;
15
16 Only it. If "Internal Server Error" was generated by "run_mode"....
17
19 This plug-in add Debug support to CGI::Application. This plug-in like
20 Catalyst debug mode.
21
22 DebugScreen is done when $ENV{CGI_APP_DEBUG} is set,
23 and DebugScreen is not done when not setting it. When your code is
24 released, this plug-in need not be removed.
25
26 When 'die' is generated by 'run_mode',
27 this plug-in outputs the stack trace by error_mode(). As for this
28 plug-in, error_mode() is overwrited in error callback. The error
29 cannot be caught excluding run_mode.
30
31 This uses CGI::Application::Plugin::ViewCode
32 if a state that CGI::Application::Plugin::ViewCode can be used or
33 used. But CGI::Application::Dispatch is used,
34 this not uses CGI::Application::Plugin::ViewCode.
35
36 When CGI::Application::Plugin::ViewCode can be used,
37 Title, Package, File, code and line are links to
38 CGI::Application::Plugin::ViewCode's view_code mode. line jumps to the
39 specified line. And pod are links to
40 CGI::Application::Plugin::ViewCode's view_pod mode. The code of the
41 displayed is links to CGI::Application::Plugin::ViewCode's view_code
42 mode.
43
45 strict
46
47 warnings
48
49 CGI::Application
50
51 HTML::Template
52
53 Devel::StackTrace
54
55 IO::File
56
57 CGI::Application::Plugin::ViewCode
58
59 UNIVERSAL::require
60
62 There are no known bugs in this module. Please report problems to
63 Atsushi Kobayashi (<nekokak@cpan.org>) Patches are welcome.
64
66 CGI::Application::Plugin::ViewCode
67
68 Sledge::Plugin::DebugScreen
69
70 CGI::Carp::DebugScreen
71
72 Catalyst::Plugin::StackTrace
73
75 MATSUNO Tokuhiro (MATSUNO)
76
77 Koichi Taniguchi (TANIGUCHI)
78
79 Masahiro Nagano (KAZEBURO)
80
81 Tomoyuki Misonou
82
84 Atsushi Kobayashi, <nekokak@cpan.org>
85
87 Copyright (C) 2006 by Atsushi Kobayashi (<nekokak@cpan.org>). All
88 rights reserved.
89
90 This library is free software; you can redistribute it and/or modify it
91 under the same terms as Perl itself. See perlartistic.
92
93
94
95perl v5.38.0 2023-C0G7I-:2:0Application::Plugin::DebugScreen(3)