NAME
Runtime::Debugger - Debug perl wihle its running.
VERSION
Version 0.01
SYNOPSIS
Run a REPL debugger in the current scope.
use Runtime::Debugger;
eval run;
SUBROUTINES/METHODS
run
Runs the REPL.
p
Data::Dumper::Dump anything.
p 123
p [1 ,2, 3]
AUTHOR
Tim Potapov, <tim.potapov[AT]gmail.com>
BUGS
Please report any bugs or feature requests to https://github.com/poti1/runtime-debugger/issues.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Runtime::Debugger
You can also look for information at:
https://metacpan.org/Runtime::Debugger https://github.com/poti1/runtime-debugger
ACKNOWLEDGEMENTS
TBD
LICENSE AND COPYRIGHT
This software is Copyright (c) 2022 by Tim Potapov.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)