[Zope3-dev] Debugging Zope

Jim Fulton jim at zope.com
Wed Oct 12 17:07:47 EDT 2005


Florian Lindner wrote:
> Am Mittwoch, 12. Oktober 2005 16:00 schrieb Jim Fulton:
> 
>>Florian Lindner wrote:
>>
>>>Hello,
>>>what tools do you use for debugging your Zope applications and/or the
>>>Zope source?
>>>
>>
>> > Is there something more comforable (more graphical) than pdb
>> > available? I've tried eric3 but it does not work,
>>
>>There are a number of debuggers available for Python. Graphical debuggers
>>include Wing and Kimodo.  Zope doesn't require anything special.
>>
>>pdb interacts with emacs in a way that makes emacs almost graphical. :)
>>As I step through code, emacs displays it and highlights the line being
>>executed.
> 
> 
> Is this integrated in the python-mode?

I think so, at least in recent versions.

Jim

-- 
Jim Fulton           mailto:jim at zope.com       Python Powered!
CTO                  (540) 361-1714            http://www.python.org
Zope Corporation     http://www.zope.com       http://www.zope.org


More information about the Zope3-dev mailing list