How do I terminate any script in QGIS python console window?
ctrl + c does not work
asked Dec 2, 2016 at 7:50
-
1did you see gis.stackexchange.com/questions/81530/… and gis.stackexchange.com/questions/81530/…nmtoken– nmtoken2016年12月02日 10:04:38 +00:00Commented Dec 2, 2016 at 10:04
-
I want to use it for testing the script, what I were looking for was some shortcut / hotkey like the one in IDLE, say if the scripts goes into an infinite loop, then I can stop it and make changes.benchenggis– benchenggis2016年12月02日 23:06:38 +00:00Commented Dec 2, 2016 at 23:06
1 Answer 1
Try some of the other CTRL
options that you can find in my answer to Stack Overflow question Stopping python using ctrl+c. There I also explain in depth why certain ones does not work, while others do.
lang-py