IntelliJ IDEA 12.1.0 Web Help

Use this page to improve the debug stepping speed.

ItemDescription
Skip synthetic methodsSelect this check box to suppress stepping into synthetic methods (methods generated by compiler) while debugging.
Skip constructorsSelect this check box to suppress stepping into constructors while debugging.
Skip class loadersSelect this check box to suppress stepping into class loaders while debugging.
Skip simple gettersSelect this check box to suppress stepping into simple getter methods (i.e., method designed just to return the necessary value) while debugging.
Do not step into the classesSelect this check box to suppress stepping into the specified classes while debugging. The list of classes contains entries of two types:
  • Fully qualified class names.
  • Patterns with wildcards characters (*).

By default, the list contains some standard Java SDK class patterns so that you do not have to waste your time stepping into Java class libraries. Use the check boxes in the list to disable/enable particular patterns temporarily.

Use the Add Class, Add Package and Add Pattern buttons to manage the list.

See Also

Concepts:

Procedures:

Reference:

Web Resources: