- Plone 3 Products Development Cookbook
- Juan Pablo Gimenez Marcos F.Romero
- 79字
- 2021-08-06 17:05:57
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.