uperl / Devel-ebug-HTTP

A web front end to a simple, extensible Perl debugger
0 stars 0 forks source link

Devel::ebug::HTTP linux

A web front end to a simple, extensible Perl debugger

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-2022 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.