debug absent line number information

来源:互联网 发布:重生之星际淘宝主 bl 编辑:程序博客网 时间:2024/06/06 08:33

debug absent line number information

分类:学习 | 标签: number   line   absent   断点   java  
2008-07-18 14:27阅读(6075)评论(2)

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

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就可以了 

0 0
原创粉丝点击