[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Re: debugging - absent line numbers

t,

If your project uses libraries, you will often see this when debugging code inside the library. For size reasons library developers often ship their libraries without debug information. This is the case for rt.jar, as well as some other libraries.

If you are seeing this in your code, you should do a full rebuild of your project and the problem will go away. You should note that this only works for code you have in source.

jkca

ttoyohara wrote:
This sounds weird, but has anyone else had this problem of trying to debug
and getting a "Absent Line Numbers" error?  It wont let me debug this one
app, but it will let me debug other apps.  I checked the compiler settings
and the "Compile with Line Numbers" setting is indeed checked.

any suggestions would be welcome!

cheers
t