Eclipse debug - line: not available

Posted by Mike on Stack Overflow See other posts from Stack Overflow or by Mike
Published on 2010-05-21T20:58:18Z Indexed on 2010/05/21 21:00 UTC
Read the original article Hit count: 130

Filed under:
|
|

I can't seem to find anything on google telling me why this might be and what the resolution is. I'm Stepping through third party code (that I have the source for) and would really like to see the current line being executed...

Looking at javac compile flags, I see the -g:none flag. If this flag is set, would this be enough to explain why I'm not able to see line numbers? If so, why would someone do this, are there performance implications? Do I need to recompile the jar myself to attach the missing debug info (if possible)?

Thanks!

© Stack Overflow or respective owner

Related posts about java

Related posts about eclipse