Muhammad Hassan
Muhammad Hassan

Reputation: 14391

Pycharm is Stopping on unknown breakpoints in debug mode

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

Upvotes: 3

Views: 587

Answers (1)

Muhammad Hassan
Muhammad Hassan

Reputation: 14391

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.

Upvotes: 5

Related Questions