django-debug-toolbar icon indicating copy to clipboard operation
django-debug-toolbar copied to clipboard

[Question] Is there away to redirect the info to a separate window or tab? Preferably streaming

Open japrogramer opened this issue 8 years ago • 1 comments

Hello world, I develop many async endpoints that are only meant to be used from js possibly with an ajax call. I want to get the info that i get from django debug toolbar for full httpresponse objects. It seems that the simplest solution, to me, is if i could either have a page that streams all the metadata that is generated by DDT for each request?

japrogramer avatar Aug 16 '17 04:08 japrogramer

Idea to support this: #999

merwok avatar Jul 17 '19 18:07 merwok

The debug toolbar has a history panel since 3.0 which allows switching to old requests and viewing their data. So therefore I'm going to close this as completed.

matthiask avatar Jan 20 '23 19:01 matthiask