Use Step Filters

Select the Use Step Filters command [ Use Step Filters ] to change whether step filters should be used in the Debug View. You can also use the keyboard shortcut Shift+F5.

Step filters are commonly used to filter out types that you do not wish to see or step through while debugging.

For example, if you did not want to the see or step through anything from the class java.lang.Object, you would add this to the list of filtered types. Adding types to the list of those to be filtered can be done in one of two ways:

  1. Via the context menu - Right click on the stack frame for the type you wish to filter and use the Filter Type or Filter Package command.
  2. Via the Opens the Step Filtering preference page Java > Debug > Step Filtering preference page.
Debugger
Local debugging
Remote debugging Changing debugger launch options
Connecting to a remote VM with the Remote Java application launch configuration
Disconnecting from a VM
Launching a Java program
Preparing to debug
Resuming the execution of suspended threads
Running and debugging
Stepping through the execution of a program
Suspending threads Debug View
Debug preferences
Execution Control Commands
Edit Step Filters
Run Menu