Interactive console using Pydev in Eclipse?

前端 未结 5 1364
陌清茗
陌清茗 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:17

    On a small monitor, you may not realize that the debug interactive console is different from the regular interactive console: it has a second command prompt at the bottom where you type, not at the top like the normal console.

提交回复
热议问题