PyCharm Professional 2024.3 not stopping at breakpoints
PyCharm 2024.3 (Professional Edition)
Build #PY-243.21565.199, built on November 13, 2024
Licensed to Marcos Stival
Subscription is active until November 13, 2025.
For educational use only.
Runtime version: 21.0.5+8-b631.16 amd64 (JCEF 122.1.9)
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Toolkit: sun.awt.windows.WToolkit
Windows 11.0
GC: G1 Young Generation, G1 Concurrent GC, G1 Old Generation
Memory: 2048M
Cores: 20
Registry:
ide.experimental.ui=true
i18n.locale=
Non-Bundled Plugins:
org.jetbrains.plugins.go-template (243.21565.122)
mobi.hsz.idea.gitignore (4.5.4)
com.github.copilot (1.5.29.7524)
PyCharm Professional 2024.3 not stopping at breakpoints.
I run my main.py app which spawns a chrome headless with selenium. With my breakpoints set it correctly stops the first time.
If I close the selenium window or stop the program execution or re run as debug, it fails to stop at any breakpoint.
If I close the IDE and open it again, then it stops again at the breakpoints.
请先登录再写评论。
Same problem. I've just downloaded fallback version 2024.2.5 and debuger stops at breakpoints normally.
There are more details on my case.
I use docker + SSH remote interpreter.
When I run project in debug mode in 2024.2.5 I see on console next
But when I run debug in 2024.3.1 then I see next
There is no message
Connected to pydev debugger (build 242.24807.21)
That what I found in log file
If I connect to docker container and try to run next command then nothing happens.
But if additionally
--client 127.0.0.1
is used then I gotI hope that this will be fixed in new version after holidays. As for now I just have to rollback to 2024.2
Also I mentioned that add new interpreter UI was changed. So, I suppose that in 2024.3 developers broken something.