[Pydev-users] [pydev - Users] Debugger ignoring breaks at imports
Brought to you by:
fabioz
|
From: SourceForge.net <no...@so...> - 2006-11-02 15:40:23
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3992821 By: absolute_matt Hi Guys, I have a jython script which runs through fine. When I run the debugger on it it stops at breakpoints and will step over etc. However when it hits the import statement "from normalDate import ND" it ignores all breakpoints after this and just continues running through the whole thing. I know it is this statement because if I comment it out I can step through the run with no problems (until something that uses ND is hit of course). Any ideas would be much appreciated. Matt ______________________________________________________________________ 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 |