Debugger step filters in IntelliJ?
Asked Answered
R

1

15

Does IntelliJ have a feature similar/like "Use Step Filters" in Eclipse for debugging?

I'm new to IntelliJ and would like to avoid jumping into hibernate or jboss proxy classes.

Rasmussen answered 12/1, 2015 at 12:57 Comment(0)
C
14

You can define the Do not step into the classes list here:

Settings -> Build, Execution, Deployment -> Debugger -> Stepping

Just add things like org.hibernate.* to the list.

Curvet answered 12/1, 2015 at 13:22 Comment(1)
For me its still jumping to classes of package pattern which are added to step filters. Why its happening?Aborigine

© 2022 - 2024 — McMap. All rights reserved.