Launch or/and configure Debug Step Filtering:
Window - Preferenes - Java - Debug - Step Filtering
The option Use Step Filter
must be triggered and the classes/packages you do not want to debug marked (as a minimum java.*
and javax.*
).
See below for an example:
if the package/class in question is missing - java.*
and javax.*
- just use the respective left button: Add Packages...
or Add Class...
to select packages or classes; or Add Filter...
to enter text form.
Obs: there is also a button on the Debugger screen (Perspective) to trigger/turn off the use of Step Filter directly (Shift+F5).
Does this happen when the flow reaches the breakpoint? you tell it to enter the code?
– rray
If I were you I wouldn’t do that. It might get confused when some method throw exception.
– igventurelli