In eclipse workset I have an android library and an application which uses this library. When I set a breakpoint in java file from application debugger stops and java file is available. But when I debug depending library instead of opening file with java extension file with “class” extension is opened in debugger.
Is it possible to make eclipse open “java” file instead of “class”?
In eclipse workset I have an android library and an application which uses this
Share
Right-click on the project and choose Properties, then select the Java Build Path section. On the Libraries tab you’ll find a list of the JARs that the project is using; expand the JAR and you’ll see a place for the “Source attachment.” Select that and then use the Edit button to point Eclipse to where the source code lives.