在加入斷點時,提示出
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
圖一:
方法二:
忽略這個提示,啟動網站,加斷點繼續調試!