All about debugging Zope. See also DebuggingTools.
On zopewiki:
Elsewhere - general
- Zope Developer's Guide: Chapter 7, Testing and Debugging
- start here
- Conversing with Zope: Interactive Debugging Using the Python Prompt
- detailed, a little out of date
- Debugging Zope Python Code
- old ?
- Server side debugging of Zope
- old ?
- The Debugger Is Your Friend
- old ?
- DZUG:DEbugging
- german how-to
Techniques
- Prevent And Debug Memory Leaks
- ...
- Deep Debugging
- use of pdb.postmortem
- Simple debugging using a STUPID_LOG_FILE and zLog
- old
- How to access the Zope system through the Medusa Monitor Client
- old, maybe still relevant
- Zope monitor instead of python interpreter in Emacs python-mode
- old, probably obsolete
Tools
How to debug Zope/Plone with an IDE - recommended, detailed how-to covering several ides
See also:
http://www.zope.org/Control_Panel/Products/OFSP/Help/Debug-Information_Debug.stx
http://www.python.org/~jeremy/weblog/030410.html
http://utcc.utoronto.ca/~cks/space/blog/python/DebuggingPythonMemoryLeaks
http://wiki.zope.org/Proposals/ToleratingHangsAndLeaks
What is this, a link site? -- Tue, 20 Sep 2005 01:52:25 -0700 reply
Get the information up HERE instead. The pages that exist on zopewiki are clearer and more well organized than the ones that are linked to. Pu them up first and put the external references on "See also" instead.
Maybe I'll do it when I have some time.