Whenever I run the debugger from PyDev, it complains about breakpoints on files that no longer exist:
pydev debugger: warning: trying to add breakpoint to file that does not exist: (some file path).py (will have no effect)
There are about a dozen of these phantom breakpoints for files that no longer exist in my workspace. Is there a way to suppress them, or will I be forever burdened with these messages to delete files without deleting their breakpoints in the first place?
Roger
source share