Peter Edwards

Results 7 comments of Peter Edwards

To use perl debugger with mod_perl you need: for early perl 5.10 Apache::DB from https://metacpan.org/pod/Apache::DB for newer perl 5.14 or later Devel::DebugHooks edit the http_modperl.conf as per the docs to...

Sounds tricky. I have some notes on debugging mod_perl 1 with the command line debugger. I can have a look next week and see if I can get that to...

@jrenolds what version of perl do you have linked with apache 2 ? ("perl -V") Did you set it as "run perl" command in VSC in your Perl-LanguageServer configuration? Direct...

@jrenolds for newer perl 5.14 or later, instead of Apache::DB the metacpan recommends Devel::DebugHooks Worth a try?

https://metacpan.org/dist/Devel-DebugHooks/view/lib/Apache/DB.pm

Thanks @etiennez0r Comment copied from issue#91: I managed to get it working with Centos 7 / perl 5.16. I sent a PR https://github.com/richterger/Perl-LanguageServer/pull/156 but briefly I added a call DB::DB()...

@bigpresh this PR is just a doc change. It looks like the CI is failing on a dependency on DBI. Regards, Peter