首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件开发 >

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

2012-06-30 
断点时弹出 absent line number information 不能添加断点问题描述:在插入一个断点,结果弹出一个对话框,提

断点时弹出 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;

?

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

热点排行