为什么小弟我的eclipse debug窗口不能用了=。=
为什么我的eclipse debug窗口不能用了。我安装的eclipse是Version: Helios Service Release 2在win8但是
为什么我的eclipse debug窗口不能用了=。=
我安装的eclipse是Version: Helios Service Release 2在win8
但是我的debug perspective上面的按钮(resume, terminate, step into, step over等)都是灰色的,不能点,为神马呢?
[解决办法]
看上去有main方法,应该是一般的java程序,用不上tomcat。
你运行程序的时候不要点击那个三角形类似播放的按钮,而是要点击旁边那个类似蜘蛛的debug按钮。
你就打了两个断点,不能保证一定会运行到这个断点里面去。建议你在main方法体第一行代码打一个断点,然后点击蜘蛛状debug按钮debug程序。