NAME
Devel::ebug::HTTP - A web front end to a simple, extensible Perl debugger
VERSION
version 0.35
SYNOPSIS
ebug_http calc.pl
DESCRIPTION
A debugger is a computer program that is used to debug other programs. Devel::ebug is a simple, extensible Perl debugger with a clean API. Devel::ebug::HTTP is a web-based frontend to Devel::ebug which presents a simple, pretty way to debug programs. ebug_http is the command line program to launch the debugger. It will return a URL which you should point a web browser to.
SEE ALSO
AUTHOR
Original author: Leon Brocard <acme@astray.com>
Current maintainer: Graham Ollis <plicease@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2005-2021 by Leon Brocard.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.