I use the PyDev console to run long scripts, and often want to stop in the middle of a command. In a regular python shell, I press ctrl + c and stops the command with a keyboard break. But in PyDev consoles, a text copy is created instead.
How to stop a command in this console without ending it?
python console pydev
Matan david
source share