Eclipse Pydev: Run Selected Lines Of Code
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
Post a Comment for "Eclipse Pydev: Run Selected Lines Of Code"