#3527: better debug traceback with code executing...
--------------------------------+-------------------------------------------
Reporter: Jens | Owner: adrian
Status: new | Component: Core framework
Version: SVN | Resolution:
Keywords: debug, traceback | Stage: Design decision needed
Has_patch: 0 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 0
--------------------------------+-------------------------------------------
Comment (by anonymous):
Replying to [comment:1 SmileyChris]:
> (and code executing sounds dodgy)
I forgot. The code executing is naturally only for debugging ;) And this
is very, very helpfully!
from the docs http://wsgiarea.pocoo.org/colubrid/documentation/server/#
enable-evalexception-feature :
"""
The debugger features a system which lets you execute arbitrary code in
exceptions' stack frames, like paste's evalexception. Because this is a
potential security risk, you must activate it explicitly with an
additional keyword argument:
"""
see also:
* [http://pythonpaste.org/module-paste.evalexception.html paste's
evalexception]
--
Ticket URL: <http://code.djangoproject.com/ticket/3527#comment:2>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---