[Zope] Re: [ZODB-Dev] Analyzing a ZODB.

Jim Fulton jim at zope.com
Sat Apr 5 15:24:51 EDT 2008


On Apr 5, 2008, at 12:09 PM, Manuel Vazquez Acosta wrote:
>> In a development environment, set a breakpoint (e.g. add "import pdb;
>> pdb.set_trace()" in ZODB.Connection.Connection.register.
>>
>> You'll be able to see exactly what is causing object changes.  I
>> recommend doing this in the zope debugger, which makes it easy to run
>> one request at a time.
>
> Dear Mr. Fulton,
>
> Thanks for your quick response
>
> By the zope debugger you mean this:
> http://www.simplistix.co.uk/software/zope/zdb ??


No, I mean the built-in debugger you get when you run:

   zopectl debug

Get someone familiar with Zope to explain it to you.

Jim

--
Jim Fulton
Zope Corporation




More information about the Zope mailing list