A while back I had a lot of issues debugging Ajax requests, as the toolbar 
only shows the passive request data.  I had to manually recreate the url 
(using a mix of web browser devtools and custom logging) and paste it into 
a new browser window to get to the active tools that the debugtoolbar 
provides, and inspect the request.

I ended up making a custom button on one of my panels to recreate the URL 
and spawn a new browser window with it.   I've relied it so much, I forgot 
it wasn't part of the core distribution until yesterday.

It was suggested a feature like this is better as a 3rd party tool, so I 
wrapped it into PyPi ( and quickly added some POST support )


   - PyPi - https://pypi.python.org/pypi/pyramid_debugtoolbar_ajax
   - GitHub Source - https://github.com/jvanasco/pyramid_debugtoolbar_ajax

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pylons-discuss+unsubscr...@googlegroups.com.
To post to this group, send email to pylons-discuss@googlegroups.com.
Visit this group at http://groups.google.com/group/pylons-discuss.
For more options, visit https://groups.google.com/d/optout.

Reply via email to