Pycharm 2024.1.4 debugger too slow on every "step over"
Answered
I am using pycharm to debug a django web app. When I click "step over" to direct debugger to the next line, around 50-100 background jobs launches in pycharm (as shown in the image which is taken from status bar of PyCharm) and it takes a few second(!) for the debugger to settle and show new values and be able to catch next "step over". This will impede development speed.
I tried the same project with same virtual environment but with VSCode debugger and it worked perfectly! So there is something wrong with pycharm.

Please sign in to leave a comment.
Hi Andrew Xi
As this issue requires investigation, would you please create a new ticket in youtrack providing the IDE Logs
https://youtrack.jetbrains.com/newIssue?project=PY
The logs can be provided from Help -> Collect Logs and diagnostics data
Kind regards,
Looks project-related. On a brand new Django, does it work normally? Do you mind creating a new bug report and if possible, share a quick sample project where this is reproducible - https://youtrack.jetbrains.com/newIssue?project=PY
Miguel Monteiro Thank you. Yes it's buggy and sluggish even on a new project. I had 2024.1.4 and downgraded to 2023 version and it fixed. Seems it''s this bug that resolved already (but wonder why 2024.1.4 still have the issue as they said fixed in 2024.1.3).
I am having the same issue. Do you have a solution for this?