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 

0

What PyCharm version do you use?

Does the issue reproduce in a new project?

0
Avatar
Permanently deleted user

I'm using PyCharm 2019.3.3 . I cannot reproduce the problem in a new project.

0

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.

0

请先登录再写评论。