Pycharm is Stopping on unknown breakpoints in debu

2019-05-18 01:05发布

I am using pycharm for development in my django based project. In debug mode, Pycharm keep on stopping the execution of code on the place where I have not put any breakpoint. These breakpoints are in the core code of packages which I have in my requirement.txt file and required in my project and not in the code of my project. How can I solve this problem?

Below is the snapshot.

enter image description here

1条回答
Bombasti
2楼-- · 2019-05-18 01:54

Pycharm does not show breakpoints which we add in core code of packages. To remove these breakpoints click button highlighted bellow.

enter image description here

You will get list of breakpoints in your project. You can remove them from there.

查看更多
登录 后发表回答