
29 Aug
2012
29 Aug
'12
2:11 a.m.
On 2012-08-29, at 07:15 , Masklinn wrote:
and a command line switch to use it.
Adding the hook on `python -mcgitb script`? In the style of -mpdb?
Thinking about it more, this could be a nice starting point for a `traceback2` project:
* Add stack frame formatting (by name, format string and function) to traceback's functions * Add formatting exechook handling (and -m switch) to traceback * Move/reimplement the meat of cgitb using traceback's stack frame formats * Maybe move the `html` formatter to wsgiref and add a trace-formatting middleware which could be dropped in about any WSGI stack