Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3830646
By: djragnaros

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.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to