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

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

    You can also create a scrapbook page (a .jpage) file and type your code in there. Then click run. It looked slightly more convenient when I tried it.

提交回复
热议问题