[PyKDE] eric3: Breakpoint in another file

Detlev Offenbach detlev at die-offenbachs.de
Tue Oct 4 20:01:35 BST 2005


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 :((

Detlev
-- 
Detlev Offenbach
detlev at die-offenbachs.de




More information about the PyQt mailing list