PyCharm 2023.1.4 Pro Cannot Debug After Update
This is a new/continued issue related to: https://intellij-support.jetbrains.com/hc/en-us/community/posts/360008107400-PyCharm-2020-1-not-stopping-on-breakpoints-anymore-?page=1#comments but debugging is broken again after I updated.
I have a Django app and am attempting to remote debug a docker-compose container. Everything has been working for months with no issue until I updated PyCharm. Debugging starts fine and a breakpoint is actually hit once right after the debugger starts, but on subsequent page loads, the breakpoint is not hit. I am not using threads.
If you put a `breakpoint()` function, the debugger will stop, but not when you click the left column to add one
Mac OS 13.3
PyCharm 2023.1.4 Professional
Python 3.10.7
I've gone through all the steps those in previous posts have suggested, but to no avail.
- invalidated caches/restart
- turn on & off gevent compatibility
- delete .idea and __pycache__ folders
- created a new interpreter
- removed pytest
- tried with cython on and off
- added a content root
Any help would be appreciated.
请先登录再写评论。
I have uninstalled and reinstalled PyCharm and am on 2023.2 now with the same issue.
I tried reproducing the issue, but haven't succeeded. I tried with breakpoints both in views and in templates and all of them work every time the corresponding view is called. Could you please file a ticket to our issue tracker and provide steps for reproducing the issue? https://youtrack.jetbrains.com/issues/PY
We'll look into it asap.