无法在eclipse中添加断点

时间:2013-12-04 15:49:50

标签: eclipse eclipse-plugin

我遇到与this问题中提到的问题相同的问题。

 Unable to install breakpoint in sample.java due to missing line number attribute. Modify compiler options to generate line number attributes. 
Reason: 
Absent line number information

但有趣的是,我的偏好已经将设置作为答案。任何人都可以告诉我,如果我们有任何其他工作解决方案。

enter image description here

3 个答案:

答案 0 :(得分:1)

我遇到了同样的问题,无法找到解决方案。

我最终选择了“恢复默认值”按钮并选择了“应用”按钮,我的问题就解决了。

答案 1 :(得分:0)

您是否尝试在源文件中设置断点?或者您打开类文件并尝试设置断点?如果源文件位于不同的项目中,并且您已将该项目的已编译jar添加到另一个项目中,则可能会出现此错误。

答案 2 :(得分:0)

通过在Project Explorer上右键单击并选择 Properties ,检查项目的设置是否不同。