Debugging in IntelliJ ide

2 weeks ago 19
ARTICLE AD BOX

Is there a way to have debugger skip Java libary classes? So it would look only at my code.

In settings, I have checked Do Not Step into Classes, and below that checked java.* and javax.* but still when I run in debug mode stepping takes me down a long winding rabbit hole of JRE classes and supporting libraries. And this happens even if I click "Run to cursor" with cursor in one of my classes.

I'm not optimistic but hoping there is some way... as is it makes stepping nearly useless for me.

Read Entire Article