Re: [Pydev-code] Run block/section
Brought to you by:
fabioz
From: Fabio Z. <fa...@es...> - 2014-01-20 10:11:34
|
On Mon, Jan 20, 2014 at 5:08 AM, Sayth Renshaw <fle...@gm...>wrote: > > is there a way to run a highlighted section of code in a larger file just > to test function or that section of code without the rest? > > Running latest PyDev on Juno > > Hi Sayth, Yes, you can do that with Ctrl+Alt+Enter in the interactive console (see: http://pydev.org/manual_adv_interactive_console.html) Cheers, Fabio |