Stop Sublime Text from executing infinite loop

前端 未结 7 1842
不知归路
不知归路 2020-12-28 15:36

When I do something like

while True:
    print(\'loop\')

and execute that code in sublime I am not able to stop it. I have to manually kill

7条回答
提交回复
热议问题