Can't kill a python process in sublime text 2

后端 未结 9 1016
难免孤独
难免孤独 2021-02-04 14:06

I\'ve searched in a lot of places but I can\'t seem to get the keywords correct. I have a stalling process in Python in Sublime that causes the beachball of death on a Mac. I ca

9条回答
  •  臣服心动
    2021-02-04 14:34

    This answer is specific to python and windows. I am not sure if there is a mac equivalent.

    A running python script can be terminated from the task manager. Use Ctrl+Shift+esc to open the Task Manager. Go to the processes tab and kill python.exe by simply pessing del. This would only terminate the script and leave sublime untouched.

提交回复
热议问题