sublimetext2 - How to terminate a program running from the Sublime Text 2 terminal once entering an infinite loop? -
sublimetext2 - How to terminate a program running from the Sublime Text 2 terminal once entering an infinite loop? -
even if close sublime process continues go, seeing laptop revs until slowing downwards crawl few minutes later. i'm on mint linux, , can't seem kill process terminal either.
execute command:
ps -a | grep sublime
result illustration :
2547 ? 00:02:37 sublime_text
you kill process :
kill -9 2547
loops sublimetext2 infinite-loop sublimetext
Comments
Post a Comment