上QQ阅读APP看书,第一时间看更新
Chapter 2. Using Development Tools
In this chapter, we will cover:
IPython
: An interactive Python shellipdb
: A replacement for regular Python debugger and usage from URLDocFinderTab
: Online Plone products documentationClouseau
: Online Python shellPDBDebugMode
: Post-mortem debuggerplone.reload
: Application of code changes without restarting Zope
Note
You can find more tools at http://plone.org/products?getCategories=dev. Especially, you should consider adding Products.PrintingMailHost
in any development environment you are working on to help you with tasks involving sending e-mails.