I have a Spring MVC project that I\'m trying to debug using IntelliJ.
If I set a breakpoint in my Controller code, the debug stops at the appropriate place. That particu
Another way in "Ultimate 2019.1" (may be also in previous versions):
When you're right now debugging you can make a right mouse click on a class in the view "Debugger" - "Frames". Then you can select "Add stepping filter..." and adding for that class a new step filter. Of course you can here also change the new step filter, using place holder "*" and so on ...