Unwanted Eclipse Debug Filter Packages

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.

+4
source share
2 answers

I think this will help you:

Window --> Preferences --> Java --> Debug

Uncheck the box:

  • Suspend exceution on uncaught exceptions
  • Suspend exceution on compilation errors
  • Open popup when suspended on exception

Click Applyand then OK.

+1
source

, , , , ,
Eclipse .
​​ ho, Java, enter image description here

+2

All Articles