Re: [PyKDE] eric3: Breakpoint in another file

2005-10-11 Thread Patrick Stinson
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

Re: [PyKDE] eric3: Breakpoint in another file

2005-10-07 Thread Detlev Offenbach
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

Re: [PyKDE] eric3: Breakpoint in another file

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

Re: [PyKDE] eric3: Breakpoint in another file

2005-10-05 Thread 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 import breakpoint >Traceback (most recent call last): > File "", line 1

Re: [PyKDE] eric3: Breakpoint in another file

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

[PyKDE] eric3: Breakpoint in another file

2005-10-05 Thread 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 a >> breakpoint there. Now I open the runzope start script and execu

Re: [PyKDE] eric3: Breakpoint in another file

2005-10-04 Thread 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 which is part of Zope3 and set > > a breakpoint there. Now I open the

Re: [PyKDE] eric3: Breakpoint in another file

2005-10-04 Thread 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 runzope start script and execute it from > within eric. This runzope s

[PyKDE] eric3: Breakpoint in another file

2005-10-04 Thread 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 script calls (after running through a larger call-tree) the function