Interactive console using Pydev in Eclipse?

前端 未结 5 1365
陌清茗
陌清茗 2020-12-23 16:48

I\'m debugging my Python code in Eclipse using the Pydev plugin. I\'m able to open a Pydev console and it gives me two options: \"Console for currently active editor\" and \

5条回答
  •  隐瞒了意图╮
    2020-12-23 17:23

    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

提交回复
热议问题