Plack-Middleware-InteractiveDebugger
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Interactive on-browser debugger for Plack ala Werkzeug
NAME
    Plack::Middleware::InteractiveDebugger - Awesome Interactive Debugger
    ala Werkzeug

SYNOPSIS
      enable "InteractiveDebugger";

WARNINGS
    This middleware doesn't work with forking web server implementations
    such as Starman.

    This middleware exposes an ability to execute any code on the machine
    where your application is running, with your own permission. Never
    enable this middleware on production machines or shared environment.

DESCRIPTION
    Plack::Middleware::InteractiveDebugger is a PSGI middleware component
    that provides an awesome JavaScript in-browser interacive debugger.

AUTHOR
    Tatsuhiko Miyagawa 

COPYRIGHT
    Copyright 2011- Tatsuhiko Miyagawa

    Werkzeug HTML, JavaScript, CSS and image files are Copyright 2010 by the
    Werkzeug Team. 

    jQuery is Copyright 2011 John Resig

LICENSE
    This library is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself.

    This library contains JavaScript, CSS and image files which are taken
    and modified from Werkzeug software, licensed under the BSD license.

    This library also contains jQuery library which is licensed under the
    MIT license. 

SEE ALSO
     Plack::Middleware::StackTrace
    Plack::Middleware::REPL


本源码包内暂不包含可直接显示的源代码文件,请下载源码包。