How to execute some function in eclipse while debugging a java program?

前端 未结 10 1906
耶瑟儿~
耶瑟儿~ 2021-01-30 04:01

Like firebug for debugging javascript,

is there such a feature in eclipse? or do I need a plugin?

10条回答
  •  一生所求
    2021-01-30 04:19

    I believe that what you're looking for are "watch expressions". Just mark the piece of code in the source code view, right-click and select "Watch".

提交回复
热议问题