Devel-ebug-HTTP

A web front end to a simple, extensible Perl debugger


License
Artistic-1.0-Perl

Documentation

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

  • Devel::ebug

    Simple extensible Perl debugger with clean API.

  • ebug_http

    Command-line interface to ebug/http debugger.

  • Devel::hdb

    Similar web based debugger for Perl

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.