Luckily, it's bothered enough smart people that they've built in functionality to ignore certain classes in eclipse debug mode. All you need to do is go to Window -> Preferences -> Java -> Debug -> Step Filtering. Just click the 'Use Step Filters' checkbox and add you're own pesky filters.
I've found these filters to be useful:
$Proxy*
java.*
javax.*
org.apache.*
org.hibernate.*
org.springframework.*
*MethodAccessor
java.lang.ClassLoader
sun.reflect.DelegatingMethodAccessorImpl
But, of course, you should add the classes you're getting stuck on.
Eclipse Debug Step Filters |
No comments:
Post a Comment