How can I tell if compiled java classes have debug metadata included?
Optional:
It would be nice only if I could see if debug metadata is lines, vars or source or combination of some of them.
Found nice tool for viewing .class files (http://www.codexterity.com/classexp.htm) but that's where I am stuck not sure where to look. Thank you.