Breakpoint enabled but not showing in Editor
Brought to you by:
fabioz
System: Ubuntu 10.04
Eclipse version: 3.5.2
PyDev version: 1.5.9.2
Problem: When a breakpoint is set within a module that has been accessed by ctrl-clicking on a class, it does not show the green circle to the left of the line. But, it is clearly enabled and stops the debugger when run.
It is hard to reproduce, as it seems that once the file has been loaded a different way then the visibility of the breakpoint works. I will reply again if I find a way to consistently reproduce the problem.