The best you can do is use Step Filters . Step filters do not allow the debugger to pause in specific classes and packages when entering code. Step filters are set using the Java> Debug> Step Filtering preferences page. => that is, you need to manually exclude types or packages for which you have no source.
A quick way to add step filters as you move - in the Debug view, the selected stack frame package or ad type can be quickly added to the filter list by selecting Filter Type or Filter Package from the context of the menu stack frame.
source share