Pylons / pyramid_debugtoolbar

Pyramid debug toolbar
https://docs.pylonsproject.org/projects/pyramid-debugtoolbar/en/latest/
Other
95 stars 82 forks source link

proposal: differentiating repeat requests #350

Open jvanasco opened 5 years ago

jvanasco commented 5 years ago

When doing repetitive testing against a single route, it's become a bit of a chore to determine which request I wished to inspect. The left sidebar shows the same information under "Requests", and the main right content area does not offer anything that can help.

I'd like to address this in the DebugToolbar itself, by assigning a serial number to each request - then displaying it either on the left sidebar or on a panel.

Thoughts? Comments? Preferences?