TurboGears / tg2

Python web framework with full-stack layer implemented on top of a microframework core with support for SQL DBMS, MongoDB and Pluggable Applications
http://www.turbogears.org/
Other
806 stars 78 forks source link

Please add support for Wdb #49

Closed yajo closed 10 years ago

yajo commented 10 years ago

It's hard to think of a better debugger for web frameworks. It's absolutely great.

https://github.com/Kozea/wdb

amol- commented 10 years ago

This can easily be achieved by a third party extension.

I don't think is something which should get into the core, but it makes sense to provide a third party extension that makes easy to use WDB with TG.

amol- commented 10 years ago

https://github.com/TurboGears/tgext.wdb is a sample extension for WDB support, feel free to submit pull requests if you need any improvement.