在加入断点时,提示出
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
方法一:
根据提示,修改compliter options 如下:
Project--->Properties---->java Compiler
将java compiler------classfile Generation
选中下面的复选框,点击Apply后,点击OK就可以了 假如你之前的是勾选上了,那么请你把勾去掉 apply一下,
然后在打开把勾又勾上一遍。在apply----->ok
图一:
方法二:
忽略这个提示,启动网站,加断点继续调试!