Products.PDBDebugMode Egg¶
I’ve eggified my post_mortem debugging tool
Just a quick heads up that I've eggified Products.PDBDebugMode so it's a lot easier to use in buildouts. It can be as simple as:
[buildout] eggs = ... Products.PDBDebugMode
If you want some isolation, then you can use zc.recipe.egg in a separate part:
[instance] ... eggs = ... Products.PDBDebugMode
Update: Simplified per Martin's comment.
Updated on 22 November 2008
Imported from Plone on Mar 15, 2021. The date for this update is the last modified date in Plone.
Comments
comments powered by Disqus