The www/p5-Apache-DB port
p5-Apache-DB-0.18 – interactive debugger for modperl (cvsweb github mirror)
Description
Apache::DB establishes the needed hooks to debug mod_perl code interactively. In order to use it, - add the following code to httpd.conf, after loading mod_perl.soWWW: https://metacpan.org/release/Apache-DB- start apache for a debugging session using a line like: httpd -X -DPERLDB -u Then any perl request will be intercepted by the debugger. Modules such as HTML::Mason have further hooks to get into the debugger at interesting points. This port also provides some sample configuration code that can start up the debugger or the profiler in a similar way (${PREFIX}/share/Apache/DB/perldb.conf) use Apache::DB (); Apache::DB->init; PerlFixupHandler Apache::DB
Maintainer
The OpenBSD ports mailing-list
Broken
fails with perl 5.38, https://rt.cpan.org/Public/Bug/Display.html?id=148727
Categories
Run dependencies
Test dependencies
Files
- /usr/local/libdata/perl5/site_perl/amd64-openbsd/Apache/DB.pm
- /usr/local/libdata/perl5/site_perl/amd64-openbsd/Apache/DProf.pm
- /usr/local/libdata/perl5/site_perl/amd64-openbsd/Apache/SmallProf.pm
- /usr/local/libdata/perl5/site_perl/amd64-openbsd/Apache/perl5db.pl
- /usr/local/libdata/perl5/site_perl/amd64-openbsd/auto/Apache/
- /usr/local/libdata/perl5/site_perl/amd64-openbsd/auto/Apache/DB/
- /usr/local/libdata/perl5/site_perl/amd64-openbsd/auto/Apache/DB/DB.so
- /usr/local/man/man3p/Apache::DB.3p
- /usr/local/man/man3p/Apache::DProf.3p
- /usr/local/man/man3p/Apache::SmallProf.3p
- /usr/local/man/man3p/Apache::perl5db.3p
- /usr/local/share/Apache/
- /usr/local/share/Apache/DB/
- /usr/local/share/Apache/DB/perldb.conf
- /usr/local/share/Apache/DB/perldb.conf.dist