Devel::ebug::HTTP - A web front end to a simple, extensible Perl debugger


Devel-ebug-HTTP documentation  | view source Contained in the Devel-ebug-HTTP distribution.

Index


NAME

Top

Devel::ebug::HTTP - A web front end to a simple, extensible Perl debugger

SYNOPSIS

Top

  ebug_http calc.pl

DESCRIPTION

Top

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

Top

Devel::ebug, ebug_http

AUTHOR

Top

Leon Brocard, <acme@astray.com>

COPYRIGHT

Top

LICENSE

Top

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


Devel-ebug-HTTP documentation  | view source Contained in the Devel-ebug-HTTP distribution.