I want to interrupt some program by using Ctrl-C in the Eclipse console . How can I fix such keystrokes?
I need to test the KeyboardInterrupt exception code in debug mode using PyDev, but it doesnβt matter if it sends Ctrl-C, it will work.
eclipse
Chameleon
source share