Re: [Zope3-dev] Debugging Zope

2005-10-13 Thread Chris Withers
Jim Fulton wrote: Is this integrated in the python-mode? I think so, at least in recent versions. Cool, where do you get it from? How do you get it to work? cheers, Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk

Re: [Zope3-dev] Debugging Zope

2005-10-12 Thread Jim Fulton
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 i

Re: [Zope3-dev] Debugging Zope

2005-10-12 Thread Florian Lindner
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 n

Re: [Zope3-dev] Debugging Zope

2005-10-12 Thread 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

Re[2]: [Zope3-dev] Debugging Zope

2005-10-11 Thread Adam Groszer
Hello Florian, I'm using Activestate Komodo for that. It's working quite well. Well, sometimes it has glitches and it's not free. Tuesday, October 11, 2005, 4:56:25 PM, you wrote: SR> On Saturday 08 October 2005 07:24, Florian Lindner wrote: >> what tools do you use for debugging your Zope appli

Re: [Zope3-dev] Debugging Zope

2005-10-11 Thread Stephan Richter
On Saturday 08 October 2005 07:24, Florian Lindner wrote: > 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, probably due to Zope3 > spawning processe

[Zope3-dev] Debugging Zope

2005-10-08 Thread Florian Lindner
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, probably due to Zope3 spawning processes. Thanks, Florian ___