With remote interpreter: Breaking points in debugger are not forgotten once removed
When debugging using a remote interpreter, I can set Breakpoints just fine. But when I remove them, the debugger keeps stopping at these points, as if they were still there.
I'm using PyCharm 2019.3.3
Please sign in to leave a comment.
What PyCharm version do you use?
Does the issue reproduce in a new project?
I'm using PyCharm 2019.3.3 . I cannot reproduce the problem in a new project.
So there is something wrong with this particular project.
Try removing its .idea folder and restarting PyCharm. If it doesn't help, check idea.log from Help | Show Log in... for any errors/exceptions.