Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=3880275
By: mosegard
If I include a module with:
"from TestModule import *"
a subsequent debug run does not start debugging (i.e. the debugging perspective
is not startet and breakpoints are not handled - but the code is executed
correctly)
If I use (with a proper execution of the function foobar) either
"from TestModule import foobar"
or
"import TestModule"
Debugging works fine
(Eclipse 3.2.0, PyDev 1.2.2) - have I misunderstood something, or might this
be a bug ?
______________________________________________________________________
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
|