You can use step filters to skip library packages that you only have in binary format, or just don't want to go through a framework like spring, which uses proxies a lot.
Menu: Window -> Preferences -> Java -> Debug -> Step Filtering
Documentation
Menu: Help -> Help contents -> Java development user guide > Reference > Views > Debug View
Select the Use Step Filters [] command to change whether to use step filters in the Debug view. You can also use the keyboard shortcut Shift + F5.
Template filters are typically used to filter types that you do not want to see or execute during debugging.
source share