[Zope] Debugging Python scripts

Dieter Maurer dieter at handshake.de
Sun Mar 21 13:29:25 EST 2004


John Poltorak wrote at 2004-3-20 20:02 +0000:
>I don't suppose there is any way to single-step through a program is 
>there?

It is. You have several options:

  *  the Python debugger ("pdb"), see its documentation
     in the Python Library Reference

  *  various IDE's for Python.

     Some of my colleagues are satisfied with the (commercial!)
     WingIDE. With a patch (to Zope), it is even able to
     debug Zope's FSPythonScripts.

-- 
Dieter



More information about the Zope mailing list