This package adds an "Ajax" panel to the pyramid_debugtoolbar
.
The "Ajax" panel contains buttons and forms which can be used to replay the request in a new browser window -- allowing you to spawn a debugger window for errors encountered on background ajax requests, or form submissions.
How to use:
Ensure these lines are in your pyramid config file:
pyramid.includes = pyramid_debugtoolbar
debugtoolbar.includes = pyramid_debugtoolbar_ajax