简体   繁体   中英

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.

在此输入图像描述

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

在此输入图像描述

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM