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

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

    you can use the 'Display' view to evaluate expressions in eclipse.

    Look under the debug list of views. It is a standard par part of the java tooling so you don't need a plugin

提交回复
热议问题