The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Devel::DebugHooks - Hooks for perl debugger

SYNOPSIS

 perl -d:DebugHooks::Terminal script.pl

 ## If you want to debug remotely you required additionally install IO::Async
 # on remote
 perl -d:DebugHooks::Server script.pl
 # on local
 ./dclient.pl 1.2.3.4 9000

SUPPORT

Bugs may be reported via GitHub at

    https://github.com/KES777/Devel-DebugHooks/issues

Support by IRC may also be found on irc.perl.org in the #debughooks channel.

AUTHOR

Eugen Konkov <cpan@konkov.top>

COPYRIGHT

The following copyright notice applies to all the files provided in this distribution, including binary files, unless explicitly noted otherwise.

Copyright 2023 Eugen Konkov

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.