begni able to debug zope would be fantastic, as I have been writing
plone products professionally for the past few months. One of the
biggest problems with an app like zope is that the startup time is so
long. this falls outside the scope of this list, I suppose though.
On Oct 7, 2005, at
Am Mittwoch, 5. Oktober 2005 00:13 schrieb Florian Lindner:
> Am Dienstag, 4. Oktober 2005 21:01 schrieb Detlev Offenbach:
> > Am Dienstag, 4. Oktober 2005 20:22 schrieb Florian Lindner:
> > > Hello,
> > > I've tried out eric3 and it looks promising.
> > > However, I have one problem. I open a file
Am Mittwoch, 5. Oktober 2005 14:18 schrieb Jul:
> >sys does not seem to have a breakpoint function:
> import sys
> sys.breakpoint()
> >
> >Traceback (most recent call last):
> > File "", line 1, in ?
> >AttributeError: 'module' object has no attribute 'breakpoint'
> >
> from sys impo
>sys does not seem to have a breakpoint function:
>
import sys
sys.breakpoint()
>Traceback (most recent call last):
> File "", line 1, in ?
>AttributeError: 'module' object has no attribute 'breakpoint'
from sys import breakpoint
>Traceback (most recent call last):
> File "", line 1
Am Mittwoch, 5. Oktober 2005 07:00 schrieb Jim Baack:
> On Oct. 4, Detlev Offenbach wrote:
> >Am Dienstag, 4. Oktober 2005 20:22 schrieb Florian Lindner:
> >> Hello,
> >> I've tried out eric3 and it looks promising.
> >> However, I have one problem. I open a file which is part of Zope3 and
>
> set
On Oct. 4, Detlev Offenbach wrote:
>Am Dienstag, 4. Oktober 2005 20:22 schrieb Florian Lindner:
>> Hello,
>> I've tried out eric3 and it looks promising.
>> However, I have one problem. I open a file which is part of Zope3 and
set a
>> breakpoint there. Now I open the runzope start script and execu
Am Dienstag, 4. Oktober 2005 21:01 schrieb Detlev Offenbach:
> Am Dienstag, 4. Oktober 2005 20:22 schrieb Florian Lindner:
> > Hello,
> > I've tried out eric3 and it looks promising.
> > However, I have one problem. I open a file which is part of Zope3 and set
> > a breakpoint there. Now I open the
Am Dienstag, 4. Oktober 2005 20:22 schrieb Florian Lindner:
> Hello,
> I've tried out eric3 and it looks promising.
> However, I have one problem. I open a file which is part of Zope3 and set a
> breakpoint there. Now I open the runzope start script and execute it from
> within eric. This runzope s
Hello,
I've tried out eric3 and it looks promising.
However, I have one problem. I open a file which is part of Zope3 and set a
breakpoint there. Now I open the runzope start script and execute it from
within eric. This runzope script calls (after running through a larger
call-tree) the function