foreshadow / atom-python-run

A simple atom package. Press one key to run your python code in atom.
https://atom.io/packages/atom-python-run
MIT License
43 stars 32 forks source link

KeyboardInterrupt seems to be blocked #116

Open Hendiadyoin1 opened 5 years ago

Hendiadyoin1 commented 5 years ago

I'm on Windows, Python3.7.3 and when I execute a script using atom-python-run the KeyboardInterrupt does not work, i.e you can't stop the programm for debug output or simmilar things at any point in the programm.