Plone 3 Products Development Cookbook
上QQ阅读APP看书,第一时间看更新

Chapter 2. Using Development Tools

In this chapter, we will cover:

  • IPython: An interactive Python shell
  • ipdb: A replacement for regular Python debugger and usage from URL
  • DocFinderTab: Online Plone products documentation
  • Clouseau: Online Python shell
  • PDBDebugMode: Post-mortem debugger
  • plone.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.