Eclipse debug - line: not available
- by Mike
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…