Eclipse下在给行设置断点或者在调试时弹出错误“Unable to install breakpoint due to missing line number attributes,Modify compiler options to generate line number attributes" 这个错误找到的解答方案汇总:1.使用Ant编译时,未打开debug开关,在写javac 任务时确认debug=true,否则不能调试.THe settings for the eclipse c