Interactive console using Pydev in Eclipse?

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

    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.

提交回复
热议问题