I have been using Eclipse for 2 years for development, but this is a filter concept that I'm still trying to understand during debugging.
I usually debug in remote port mode.
In most cases, My Eclipse catches a breakpoint / exception in unwanted packages [packages usually from other sources, such as Spring, Java ThreadPool, etc.], and annoys me, causing a debug window.
I would like to configure Eclipse to catch breakpoints in my package only. Just ignore any where else, don't halt them or notify me.
source
share