After finishing up the main features I'm getting near the first public release of the TurboGears Debug Toolbar that will be available with the next TurboGears 2.1.4.
Currently supported functions are: - Controller method and Render Timing Report - Controller method profiling - Request context (Headers, GET and POST variable, Cookies, Environment) - SQLAlchemy queries tracing (with ability to view the result of the query and explain it) - Mounted controllers tracing and exposed methods reporting. Enabling it is really simple, people will just need to add at the end of their app_cfg.py from tgext.debugbar import enable_debugbar enable_debugbar(base_config) Anyone interested can give a first look at http://blog.axant.it/archives/405 -- You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en.

