Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#825 closed defect (fixed)

Not clear there are more lines of code available in the debug 500 traceback

Reported by: aaronsw Owned by: Jacob
Component: Generic views Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The debug page (django/views/debug.py) is very nice but at first glance it is far from obvious that clicking on a line of code will add more context. Nor is it clear that clicking on that one line (as opposed to the context) will make it go away again. Perhaps a link labeled "..." could be added in the right margin as a hint. Then making the entire context clickable to collapse the code again would be nice.

Change History (1)

comment:1 by Jacob, 18 years ago

Resolution: fixed
Status: newclosed

(In [1276]) Fixed #825; thanks for the suggestions, aaronsw

Note: See TracTickets for help on using tickets.
Back to Top