#12740 closed (worksforme)
Debugging in rev. 12360
Reported by: | hrauch | Owned by: | nobody |
---|---|---|---|
Component: | Uncategorized | Version: | dev |
Severity: | 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
If I upgrade my developing system to revison 12360, I'm not able to use the debugging system anymore.
Normally, if I insert "assert False", I can see local variables etc. With rev. 12360 I just can see 500 error page. - Rev. 12359 is ok.
Note:
See TracTickets
for help on using tickets.
I can't reproduce this. I see the fancy Django error page when I put an
assert False
in a view. Please post more details about you setup. Do you haveDEBUG
set tu True in your settings file?