pycharm debugger stuck at "connected to pydev debugger"

Hello,

 

I've recently changed computers with 2 new ones (one for the office and one for home).

 

I've reinstalled pycharm brand new and imported all my git projects normally with success.

 

When running without debugger projects, they run perfectly in a few seconds to run.

When I want to run with debugger, then it's start to be completely messy. It stays stuck for ever (it doesn't freeze nor doesn't respond, it just gets stuck) afther this step:

import sys; print('Python %s on %s' % (sys.version, sys.platform))
C:\Users\Eric\PycharmProjects\app\.venv-20250910\Scripts\python.exe "C:/Program Files/JetBrains/PyCharm 2025.2.3/plugins/python-ce/helpers/pydev/pydevd.py" --module --multiprocess --qt-support=auto --client 127.0.0.1 --port 53302 --file app.main 
Connected to: <socket.socket fd=916, family=2, type=1, proto=0, laddr=('127.0.0.1', 53303), raddr=('127.0.0.1', 53302)>.
Connected to pydev debugger (build 252.27397.106)
 

I'm using pycharm community, no settings updated everything default, latest version of pycharm running

I have to restart the debugger between 1 - 20 times to get it working as expected…

What's strange is that it's occurring on my 2 pc, I swear I've just set up, didn't change any settings, imported my gitlab project which is running fine for my colleagues.

I've tried to uninstall pycharm and reinstall, same result

GPT is tellming to remove some options… didn't change anything

 

Let me know if you have any idea

 

thanks

 

 

1

Hello, yeye ,

Does it help, if you apply the workaround from PY-83804?

If not, please create YouTrack ticket and attach the log archive (Help | Collect Logs and Diagnostic Data) after the issue is reproduced.

0

Hello,

 

It didn't work at all, both solutions (updated EAP and update settings). I've raised a ticket PY-85572 debugger stuck at Connected to pydev debugger (build 252.27397.106)

 

Thanks

0

Exactly same problem, including with new PYCharm 26.1.1

Additional information: 

Python told to be not responding. Only solution to unlock Pycharm is to “force quit” the Python process, and start again to get the same result. Very irritating.

0

请先登录再写评论。