[Pydev-users] [pydev - Users] Breakpoints Ignored
Brought to you by:
fabioz
From: SourceForge.net <no...@so...> - 2006-07-20 16:55:05
|
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 |