Improved Jinja's debugging support by introducing "@internalcode" which marks code...
authorArmin Ronacher <armin.ronacher@active-4.com>
Tue, 24 Feb 2009 21:58:00 +0000 (22:58 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Tue, 24 Feb 2009 21:58:00 +0000 (22:58 +0100)
commitd416a97260947fcd302f2e14e28cb6160dd412ab
treec673bf982daeb646465bb000d938f86bf052f2d0
parent1d021082f61dbad8ba64181b743cd29da514dfff
Improved Jinja's debugging support by introducing "@internalcode" which marks code objects that are skipped on tracebacks.  Also template errors are now translated as well to help the pylons debugger.

--HG--
branch : trunk
examples/basic/debugger.py
examples/basic/templates/broken.html
examples/basic/templates/subbroken.html [new file with mode: 0644]
jinja2/debug.py
jinja2/environment.py
jinja2/exceptions.py
jinja2/loaders.py
jinja2/runtime.py
jinja2/utils.py
tests/test_debug.py