Even If I close sublime the process continues to go, seeing as my laptop revs until slowing down to a crawl a few minutes later. I'm on mint linux, and can't seem to kill the process from terminal either.
Just type CTRL+C key on MacOS. Show activity on this post. Now, by pressing ctrl + n , the execution will immediately stop. Of course, you can change the combination to whatever you want (In place of ctrl + n ).
Just have to click in the console and simply press esc .
To run the code, press Command B or go to Tools -> Build. As you can see, my Sublime Text is running Python 2.7.
First press Ctrl + B to compile the program, then press Ctrl + Shift + B and choose run in cmd option, which will run the program in system CMD instead of the Sublime Text console.
Execute this command:
ps -A | grep sublime
result Example :
2547 ? 00:02:37 sublime_text
You will kill process with :
kill -9 2547
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With