读书人

断点时弹出 absent line number infor

发布时间: 2012-06-30 17:20:12 作者: rapoo

断点时弹出 absent line number information 不能添加断点

问题描述:在插入一个断点,结果弹出一个对话框,提示如下内容,不能添加断点。??
? --------------------- ?

unable to install breakpoint in?...(file name) due to miss line number attributes. midify compliter options to generate line number attributes.

reason:

??? absent line number information
?__________________________________________________________

解决方法:

步骤一核查:项目->属性->Java编译器->类文件生成->将行号属性添加至生成的类文件(由调试器使用)->打勾?

Project--->Properties---->java Compiler---->classfile Generation
选中下面的复选框,点击Apply后,点击OK

?

如果没有解决,则参考下面的方式,替换换默认的jre

步骤二:

?? 替换当前文件运行的JRE为sun提供的,不能是Eclipse自带的JRE

???Window--->preferences---->java---->Installed JREs--->非EC的JRE;

?

我通过第二个方式解决上述问题

读书人网 >软件开发

热点推荐