How to fix Ctrl-C (keyboard interrupt) in the Eclipse console?

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.

+7
eclipse
source share
2 answers

How to fix Ctrl-C (keyboard interrupt) in the Eclipse console?

You can try Ctrl + Z

+1
source share

To change the keyboard bindings, go to "Window"> "Settings"> "General"> "Keys" and find "Finish" with a red box by its name. Then click on the box that says "Ctrl + F2" and hold Ctrl + C.

Visual example: http://imageupper.com/g/?S020001004M14616836161626229

0
source share

All Articles