Is there a command in Eclipse Pydev which allows me to only run a few selected (highlighted) lines of code within a larger script?
If not, is it possible to run mult
press CTRL+ALT+ENTER to send the selected lines to the interactive console
CTRL+ALT+ENTER
The solution is selecting and pressing F2, see this question or simply this section of the manual.