-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Plone 3 Products Development Cookbook
As
a Python developer, you should already be familiar with pdb. So think of ipdb as a Python debugger with many of the advantages IPython provides. ipdb, for example, is much easier to use thanks to the IPython autocomplete feature.
You can find the official documentation for pdb for Python 2.4 at http://www.python.org/doc/2.4.4/lib/module-pdb.html.
ipdb has another very useful and important feature which is the ability to get an IPython shell in our instance console whenever we want by means of adding the /ipdb suffix to any URL.
ipdb is only available when Zope is running in the foreground mode.
Add the iw.debug line in eggs parameter of [buildout] part:
[buildout]
...
# Add additional eggs here
eggs =
iw.debug
Insert an iw.debug line in the zcml parameter of [instance] part:
[instance] ... # If you want to register ZCML slugs for any packages, # list them here. # e.g. zcml = my.package...
Change the font size
Change margin width
Change background colour