Sublime Forum

Dealing with inifinite loop in Python

#1

If I make a python file with the following:

while True: print 'oops'
and then hit Tools -> Build, I end up needing to force quit the editor. Is there a better way of dealing with this? Like a cancel button or something?

0 Likes