Stop console button greyed out - PyCharm 2018.1

Answered

Hello,

I have just started using PyCharm professional 2018.1.4 in scientific mode. However whenever I execute anything in the Python Console my Stop button is greyed out (pressing Ctrl + F2 doesn't work either) and the only way to interrupt is to restart the kernel - which means I have to re-run everything from scratch. Does anyone have any idea why this is? I'm used to using Spyder where usually I can just stop something running and carry on with all my data saved.

Thanks,

Mark

1
2 comments

Hi Maw501, this is a bug, could you please vote for the corresponding ticket PY-24523? Meanwhile, Ctrl+C should trigger KeyboardInterrupt and stop an execution.

1
Avatar
Permanently deleted user

Ctrl + C works, thanks.

0

Please sign in to leave a comment.