[PyKDE] eric3: Breakpoint in another file

Florian Lindner mailinglists at xgm.de
Tue Oct 4 23:13:42 BST 2005


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 runzope start script and execute it
> > from within eric. This runzope script calls (after running through a
> > larger call-tree) the function where I set the breakpoint. But execution
> > is not stopped there.... Why that?
>
> Are you sure, that runzope doesn't spawn another process. In that case,
> this process will run in the standard python interpreter outside the
> debugger. I have seen this about a year ago, when I tried debugger support
> for Zope. Unfortunately I wasn't successful :((

Probably you are right and the runzope script spawns another process. So it's 
impossible to debug such multi-process apps with eric3?

Florian




More information about the PyQt mailing list