The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.03

  • stop using the anchor (#) to pass data along in the URL with the injector, switch to using a "data-*" attribute instead.
    • thanks to Ricardo Tomasi for the patch
  • handle 202 responses properly (no content)

Modules

The web service backend for the debugger
Debugging tool for Plack web applications
Base class for the debugger panels
Debug panel for inspecting AJAX requests
Debug panel for inspecting $ENV
Debug panel for watching memory usage
Debug panel for inspecting Perl module versions
Debug panel for inspecting HTTP request parameters
Debug panel for inspecting Perl's config options
Debug panel for inspecting the Plack $env
Debug panel for inspecting the Plack response
Debug panel for inspecting page generation timing
Debug panel for viewing warnings called during a request
The storage manager for debugging data
Middleware for collecting debugging data
Middleware for injecting content into a web request
A subclass of Plack::Test suitable for testing the debugger
Test utility module for generating dummy results
HTTP Mocking to support psgix.cleanup

Examples