[Zope3-dev] Re: ++etc++process doesn't work?

Derrick Hudson dman at dman13.dyndns.org
Sat Feb 26 13:39:29 EST 2005


On Sat, Feb 26, 2005 at 05:04:46PM +0100, Markus Leist wrote:
| Am Freitag, 25. Februar 2005 15:54 schrieb Markus Leist:

| > Ok, let's try to help by myself.
| >
| > What are good Tools to find such an error? Is there an Mini-FAQ of
| > developing Zope3-Core?

| Ok, i've found doc/DEBUG.txt and "The Python Debugger"-chapter from
| python.org.
| 
| Is there any "Remote-Debug-API" and Client-Gui-Debugger or other
| techniques for debugging Zope3 a bit more "comfortably" -
| at the present moment i'm working with "printf"-debugging.
| 
| Is there any "best-practice" example in debugging Zope3?

I liberally sprinkle 'print's where I think they might be useful.
If I want to interactively watch what's going on I put
'import pdb ; pdb.set_trace()' where I want to start watching.

I don't know how well it would work with zope (I haven't tried) but
there are one or two eclipse plugins that claim to have a python
debugger :
    http://pydev.sourceforge.net/
    http://www.xored.com/trustudio

-D

-- 
You have heard the saying that if you put a thousand monkeys in a room with a
thousand typewriters and waited long enough, eventually you would have a room
full of dead monkeys.
                                (Scott Adams - The Dilbert principle)
 
www: http://dman13.dyndns.org/~dman/            jabber: dman at dman13.dyndns.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://mail.zope.org/pipermail/zope3-dev/attachments/20050226/d2dc345c/attachment.bin


More information about the Zope3-dev mailing list