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
The solution is selecting and pressing F2, see this question or simply this section of the manual.