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

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

    You can use the Display view to execute commands while debugging. You can find this in Window -> Show View -> Display

提交回复
热议问题