java - Eclipse Debugger Goes to Library Classes -
just debugging project using eclipse luna 4.4.0, when using debugger, upon reaching breakpoint, , hence using "step into" button, takes me generic library classes such threads.class etc.. i'm pretty sure it's problem eclipse configuration, working fine on different machine, since switching it's become real pain having step on fair few library classes before can own code.
any change extremely helpful, thanks.
you can use step filtering skip packages/classes when debugging. if have additional packages in project you'll need add packages step filtering.
window -> preferences -> java -> debug -> "add packages"
select packages want skip during debugging. use shift select multiple packages. click ok , ensure checked.
see this article further clarification.
Comments
Post a Comment