java - How can I set breakpoint in Eclipse? -
i've got error when trying set breakpoint in library class (in .class file)
the error says don't generate line number attributes, while in preferences have them enabled picture here
i've tried re-downloading eclipse , reinstalling java, nothing changed
you cannot debug *.class
files. may debug own *.java
files. @ helpful article: http://www.vogella.com/tutorials/eclipsedebugging/article.html
i think, many helps you.
Comments
Post a Comment