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.
Share
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.