MestreLion - 2012-11-16

I've just upgraded PyDev to 2.7 (using Eclipse's Help -> Check for Updates), and the problem is still there.
I've also deleted all ./.project and ./.pydevproject files and ./.settings/ dir and re-created the projecte from scratch, to rule out any config cruft from 2.5 and 2.6. Still error.

Lastly I temporarily renamed my "code" package to "codes", and PyDev worked without that problem. Of course, my project didn't, unless I also rename all references from "code" to "codes", and I won't change all my source code just to fit a PyDev limitation.

Maybe this can be fixed by using relative imports in PyDev's source? This way it would not conflict with users' projects.

Last but not least, the bug only manifests itself if there are active breakpoints in code. Otherwise it runs fine (maybe because no brakepoints means no debugger, thus no import conflict with Interactive debugger?)

Hope this helps fix the problem quickly