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

前端 未结 10 1908
耶瑟儿~
耶瑟儿~ 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:26

    Like others say, you use the Display view. But for some variants of Eclipse, it may be named differently. For instance, if you are using Spring Tool Suite as your Eclipse, the View name corresponding to Display view is Debug Shell.

提交回复
热议问题