When resetting Debug stopping process does not work anymore

I am using PyCharm 2021.2.2 (Professional Edition). I've updated yesterday from 2019. And I am finding a very strange behavior.

When I am debugging Python program (py3.9) and Run the Debug again (e.g. with SHIFT + F9), the process is not killed and I need to Kill it Manually! before the new Debug starts again.

However in 2019 PyCharm it killed the old process automatically and I didn't need to do this extra click. This is very disturbing.

Can anyone help me if there is any setting how to force the old behavior back? In Idea there is, in PyCharm I couldn't find it.

0
2 comments

Hi, 

I assume you're on Windows, right? If so, this is probably a known issue https://youtrack.jetbrains.com/issue/PY-50207

There's a workaround there, could you please try it?

0

Thank you a lot! The workaround mentioned therey really helped.

0

Please sign in to leave a comment.