From: John L. <hom...@ho...> - 2006-07-17 18:41:12
|
I've been looking through some of the posts about this issue, but I still haven't found an answer. Whenever I import something that isnt part of the standard python library or a jar (I'm having this issue with jython) it causes the breakpoints in the rest of the program to be ignored. For example, you can set breakpoints and step through the execution of a script up until the import statment, and after that line is executed the debugger ignores all future breakpoints. If I comment out the import statment (i.e. from foo import * ) the debugger functions correctly. I'm using PyDev 1.0.6 Any help would be appreciated. Thanks. _________________________________________________________________ Dont just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/ |