Interactive console using Pydev in Eclipse? Interactive console using Pydev in Eclipse? python python

Interactive console using Pydev in Eclipse?


The console that opens in the debug perspective is in fact interactive, although it took me a while to realize it. You need to hit return twice after typing something and then it gets evaluated. More info on the Pydev site here: http://pydev.org/manual_adv_debug_console.html


Double click on "action" or any other variable.

ctrl+shift+D

And if you're using watches, I cant imagine better interaction. You are able to see every change.