Debugger does not work anymore since 2019.2

I had an issue with the last version as of today: 2019.3.2
The debugger just stopped working.
If I place several breakpoints, it stopped at the first but not the second one and the process hangs...

After downloading and testing a lot of pycharm version, I found this bug appears from 2019.2 version.
What did change in this version?

2019.1.4 is the last version which works correctly with breakpoints. I revert my pycharm version to it.

Any known issues about that?

0

Hello, 

 

Could you please provide me with a simplified project example and steps to reproduce the issue? Also, I am wondering what version of the Python interpreter is being used. 

 

Please upload the project to the FTP

https://uploads.services.jetbrains.com/   and let me know the filename. 

0

I've just created a project on GitHub showing the issue: https://github.com/GuillaumeCisco/jetbrains-debugger

I'm using python 3.7
Feel free to ask for further information.

0

Where are we on this one Antonia?
Could you confirm it with the sample project?
Thanks,

0

Hello, 

 

I apologize for the late reply. 

 

Could you please make sure the "Attach to subprocess automatically while debugging" and ''Gevent compatible" options are enabled for the Debugger settings? 

 

https://www.jetbrains.com/help/pycharm/debugger-python.html

 

 

Let me know if it helps. 

 

 

0

Thanks Antonia,

Ticking  "Gevent compatible" make it works!!!

"Attach to subprocess automatically while debugging" was already ticked.

0

Glad to know it helped! 

0

请先登录再写评论。