21 Mar
2004
21 Mar
'04
6:29 p.m.
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