Unable to install brealpoint in
com.zk.speak.service.impl.loginAdminUserBizImpl$$EnhandcerBySpringCGLIB$$63add33b due to missing line number attributes. Modify complier options to generate line number attributes。
Reason:
Absent Line Number Information
window->preferences->Java->Compiler在compiler起始页,classfile Generation区域中确认已经勾选了All line number attributes to generated class files。如果已经勾选,从新来一下再Apply一下。或者从项目层次进行设定,项目属性->Java compiler同样在起始页,确定已经勾选。
没有建立字节码和行号的对应关系,你试试
还有啊,你debug的是普通的代码么,类似于CGLIB动态生成的话,不确定是否可以debug