Is there a way to skip the files automatically for which there is no source code in Eclipse while debugging a Java/Android application? So, to be clear, Step Into or Step Over to not display the useless missing file "summary" but to go on until an instruction from my code is reached. Thanks.
Select the Edit Source Lookup... command [ ] to open the Source Path Dialog, which allows you to make changes to the source lookup path of the selected debug target.
A Java program can be debugged simply by right clicking on the Java editor class file from Package explorer. Select Debug As → Java Application or use the shortcut Alt + Shift + D, J instead.
A source file (compilation unit) is inside a directory which represents a package (inside a source root). It has one class which is named like the source file (and possible other inner classes).
You can use Step Filtering to achieve much the same thing.
Open Java->Debug->Step Filtering in your Eclipse Preferences and add the filters for the classes/packages you have no source for.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With