Breakpoints are not working in python console
Completed
This feature is not working for me: https://www.youtube.com/watch?v=JcOCNgXXhmE
Debugger stops at exceptions as it should, but do not at breakpoints
PyCharm 2018.3.3 (Community Edition)
Build #PC-183.5153.39, built on January 9, 2019
JRE: 1.8.0_152-release-1343-b26 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
Python 3.7.2 (tags/v3.7.2:9a3ffc0492, Dec 23 2018, 23:09:28) [MSC v.1916 64 bit (AMD64)] on win32
Please sign in to leave a comment.
I've found the problem. My package was named the same as one I've downloaded using pip command. After changing name of the package everythink works correctly