To not debug Java code, use a step filter.
-
To setup your stepfilter, Start debugging.
-
When you hit your first break point,
-
Click the multi arrows in the upper right corner of the Dubug panel to enable.
-
Right click within the Debug panel.
-
-
Select Edit Step Filters…
- Place a checkmark next to whatever code you don't wish to step through.
- Click OK and continue.