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 multiple lines of c
Solution 1:
press CTRL+ALT+ENTER
to send the selected lines to the interactive console
Solution 2:
The solution is selecting and pressing F2, see this question or simply this section of the manual.
Post a Comment for "Eclipse Pydev: Run Selected Lines Of Code"